Skip to content

use github style uri when using git protocol.#616

Merged
evieluvsrainbows merged 1 commit intoVundleVim:masterfrom
luochen1990:fix-github-url
Jul 9, 2015
Merged

use github style uri when using git protocol.#616
evieluvsrainbows merged 1 commit intoVundleVim:masterfrom
luochen1990:fix-github-url

Conversation

@luochen1990
Copy link
Contributor

This is a fix for #615. And I found that there is a similar pull request #232, but this one is better.

there is still some problem leaving:

  1. if we use the git@github.com: style uri, user need to provide public key to clone/fetch, which is not necessary indeed. This can be solved this way: git remote set-url --push ... , but I'm not sure if we really need to do it like this.
  2. I found that in file autoload/vundle/scripts.vim at line 93, the pattern "https://github.com" is used, and I'm not sure if we should consider different protocols here.

@evieluvsrainbows
Copy link
Contributor

@luochen1990 People can easily create an SSH key & link it to their GitHub account easily by following GitHub's instructions here, so I don't see why people can't take 2 minutes out of their time to add an SSH key to their GitHub account, so I'm gonna merge this, then update the urls to the git@github.com one.

evieluvsrainbows pushed a commit that referenced this pull request Jul 9, 2015
use github style uri when using git protocol.
@evieluvsrainbows evieluvsrainbows merged commit 19cc800 into VundleVim:master Jul 9, 2015
@gmarik
Copy link
Contributor

gmarik commented Jul 9, 2015

@KamranMackey this shouldn't have been merged as is at least because it lacks documentation.

Please consult other team members before merging. Require at least 2 confirmations.

@gmarik
Copy link
Contributor

gmarik commented Jul 9, 2015

@luochen1990 @KamranMackey this is not an issue. See #615 (comment) for more details and workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants