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
|
st = status --short --branch
|
||||||
[commit]
|
[commit]
|
||||||
template = ~/.git-commit-template
|
template = ~/.git-commit-template
|
||||||
[url "git://github.com/"]
|
[url "https://github.com/"]
|
||||||
insteadOf = gh:
|
insteadOf = gh:
|
||||||
[url "git@github.com:"]
|
[url "git@github.com:"]
|
||||||
pushInsteadOf = gh:
|
pushInsteadOf = gh:
|
||||||
[url "git://github.com/nirenjan/"]
|
[url "https://github.com/nirenjan/"]
|
||||||
insteadOf = my:
|
insteadOf = my:
|
||||||
[url "git@github.com:nirenjan/"]
|
[url "git@github.com:nirenjan/"]
|
||||||
pushInsteadOf = my:
|
pushInsteadOf = my:
|
||||||
|
|
Loading…
Reference in New Issue