Skip to content
This repository has been archived by the owner on Jan 3, 2018. It is now read-only.

Changed GitHub URLs from SSH to HTTPS #97

Merged
merged 1 commit into from
Oct 23, 2013
Merged

Changed GitHub URLs from SSH to HTTPS #97

merged 1 commit into from
Oct 23, 2013

Conversation

ahmadia
Copy link
Contributor

@ahmadia ahmadia commented Oct 22, 2013

In general, GitHub seems to prefer HTTPS over SSH, and they provide good
support to use it for read-only and read-write repositories on their
site. In general, HTTPS is more fool-proof than SSH. In this commit
I've replaced our root-level advice on cloning repositories with HTTPS
URLs.

In general, GitHub seems to prefer HTTPS over SSH, and they provide good
support to use it for read-only and read-write repositories on their
site.  In general, HTTPS is more fool-proof than SSH.  In this commit
I've replaced our root-level advice on cloning repositories with HTTPS
URLs.
@rgaiacs
Copy link

rgaiacs commented Oct 23, 2013

@gvwilson AFAIK when using HTTPS you always have to enter your username and password.

@ahmadia
Copy link
Contributor Author

ahmadia commented Oct 23, 2013

@gvwilson @r-gaia-cs - The mechanics are somewhat different, but the answer is yes. I should have originally linked to the GitHub's Set Up Git, where they describe how to set things up for HTTPS.

@ethanwhite
Copy link
Contributor

+1 as this tends to be easier for beginners. No need to setup SSH keys.

@rgaiacs
Copy link

rgaiacs commented Oct 23, 2013

@ahmadia To you mind add a box to talk about "Password caching" or a link to GitHub's Set Up page? It request git >= 1.7.10 that shouldn't be a problem since msysgit and Debian Wheezy already use this version or a new one.

Otherwise this have green light to merge.

@ahmadia
Copy link
Contributor Author

ahmadia commented Oct 23, 2013

Let's get this merged :)

wltrimbl pushed a commit that referenced this pull request Oct 23, 2013
Changed GitHub URLs from SSH to HTTPS
@wltrimbl wltrimbl merged commit 7951483 into gh-pages Oct 23, 2013
@ahmadia ahmadia deleted the ssh_to_https branch October 23, 2013 21:16
@wking
Copy link
Contributor

wking commented Oct 24, 2013

On Wed, Oct 23, 2013 at 02:09:34PM -0700, Will Trimble wrote:

Merged #97.

So I'm a few hours too late, but in my current attempt to split the
shell lesson out into its own repo (#102), I found
swcarpentry/DEPRECATED-boot-camps@9ca5e3f,
explaining the reason we previously went from https:// to git:// ;).

@wking
Copy link
Contributor

wking commented Oct 24, 2013

On Wed, Oct 23, 2013 at 07:24:31PM -0700, W. Trevor King wrote:

we previously went from https:// to git:// ;).

Although I see this is ssh:// to https:// ;). Sorry for the noise :p.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants