mirror of https://github.com/nirenjan/dotfiles.git
Use https instead of git to access Github
Github has disabled access via the unauthenticated git:// protocol.master
parent
4497e4e3b1
commit
c6f1885ba6
|
@ -39,11 +39,11 @@
|
|||
st = status --short --branch
|
||||
[commit]
|
||||
template = ~/.git-commit-template
|
||||
[url "git://github.com/"]
|
||||
[url "https://github.com/"]
|
||||
insteadOf = gh:
|
||||
[url "git@github.com:"]
|
||||
pushInsteadOf = gh:
|
||||
[url "git://github.com/nirenjan/"]
|
||||
[url "https://github.com/nirenjan/"]
|
||||
insteadOf = my:
|
||||
[url "git@github.com:nirenjan/"]
|
||||
pushInsteadOf = my:
|
||||
|
|
Loading…
Reference in New Issue