git で新しいレポを作成しようとしています。サーバーはhttpsです。サーバーへのプッシュを許可されていない別のユーザーとしてログインしています。特定のユーザー名でプッシュできますか? 私は次のことを行います:
git remote add origin ssh://git.example.com/repo/project.git
git config auth
git config credential.https://git.example.com/repo/project.git username@example.com
git push -v origin master
たとえば、username@example.com ではなく、vagrant としてログインするよう求められます。
vagrant@lucid64:~/django_projects$ git push origin master
vagrant@git.frogdesign.com's password: