我試圖用git創建一個新的回購站。服務器是https。我以另一個未被授權推入服務器的用戶身份登錄。我可以用特定用戶名推送嗎?我做到以下幾點:git推用不同的用戶比當前unix用戶
git remote add origin ssh://git.example.com/repo/project.git
git config auth
git config credential.https://git.example.com/repo/project.git [email protected]
git push -v origin master
例如有人問我登錄爲無業遊民,不[email protected]:
[email protected]:~/django_projects$ git push origin master
[email protected]'s password:
你解決了這個問題嗎?如果是這樣,請發佈答案並將其標記爲接受的答案,它將在未來幫助其他人:) – linkyndy