9
ทำไม Github ถึงขอชื่อผู้ใช้ / รหัสผ่านเมื่อทำตามคำแนะนำบนหน้าจอและผลักดัน repo ใหม่
ฉันเป็นเจ้าขององค์กรใน github และเพิ่งสร้าง repo และพยายามผลักดัน แต่ฉันพบปัญหาที่จะขอชื่อผู้ใช้ของฉันแม้ว่าฉันจะสามารถ SSH ได้: $ ssh -T git@github.com Hi Celc! You've successfully authenticated, but GitHub does not provide shell access. $ git add . $ git commit -m 'first commit' [master (root-commit) 3f1b963] first commit 6 files changed, 59 insertions(+) create mode 100644 .gitignore create mode …