adding api: to git config
parent
c633b23159
commit
d1c19f6e48
|
|
@ -10,6 +10,7 @@ else
|
|||
git config --global --replace-all url.https://github.com/.insteadOf ssh://git@github.com/
|
||||
git config --global --add url.https://github.com/.insteadOf git@github.com
|
||||
|
||||
git config --global url."https://api:$GIT_CREDENTIAL@github.com/".insteadOf "https://github.com/"
|
||||
git config --global url."https://ssh:$GIT_CREDENTIAL@github.com/".insteadOf "ssh://git@github.com/"
|
||||
git config --global url."https://git:$GIT_CREDENTIAL@github.com/".insteadOf "git@github.com:"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue