特定の github アカウントの ssh キーを使用して、しばらく前 (最初に git を学習したとき) にセットアップしたビーグルボーンを持っています。その口座は当社のメイン口座です。多くの人がビーグルボーンで直接作業し、直接 github にプッシュします。設定を変更して、誰かがコミットまたは github にプッシュするたびに、ユーザー名を照会されるようにしたいと思います。
私の最近のコミットとプッシュは次のようになっています...ユーザー名を入力するオプションがなく、会社のメイン アカウントのパスワードのみを入力することがわかります。
root@beaglebone:/var/lib/cloud9/pypos# git commit -a -m "class restructured and passing the new updated test script"
[class_restructure 1db2e33] class restructured and passing the new updated test script
2 files changed, 14 insertions(+), 10 deletions(-)
root@beaglebone:/var/lib/cloud9/pypos# git push origin class_restructure
Enter passphrase for key '/home/root/.ssh/id_rsa':
Counting objects: 7, done.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 531 bytes, done.
Total 4 (delta 3), reused 0 (delta 0)
To git@github.com:FarmDesign/pypos.git
83831a8..1db2e33 class_restructure -> class_restructure
root@beaglebone:/var/lib/cloud9/pypos#