原文是用 gitlab.company.com 當範例,這邊改成一般帳號並加入一些說明。
- 修改 git global 設定將剛剛產生的 token 加入 http.extrahdeader 參數:
$ git config --global http.extraheader "PRIVATE-TOKEN: 你的access token"
- 修改 git global 設定將github 的 ssh 連線方式替換成 https:
$ git config --global url."git@gitlab.com:你的帳號".insteadOf "https://gitlab.com/你的帳號"
- 完成後就可以正常使用
go get
下載 private repo :$ go get gitlab.com/slv922/private_repo