针对 gitlab go get https 转 ssh:
1 | vim ~/.gitconfig |
或直接使用命令:
1 | git config --global url."git@gitlab.mygitlab.com:".insteadOf "https://gitlab.mygitlab.com" |
1 | dep ensure ...... |
针对 gitlab go get https 转 ssh:
1 | vim ~/.gitconfig |
或直接使用命令:
1 | git config --global url."git@gitlab.mygitlab.com:".insteadOf "https://gitlab.mygitlab.com" |
1 | dep ensure ...... |