나는 github에서 조직의 소유자이며 방금 레포를 만들고 밀어 넣으려고했지만 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 100644 main.js
create mode 100644 package.json
create mode 100644 readme.markdown
create mode 100644 views/index.ejs
create mode 100644 views/layout.ejs
$ git remote add origin https://github.com/WEMP/project-slideshow.git
$ git push -u origin master
Username for 'https://github.com':
내가 뭘 잘못하고 있죠? 이것은 전에 나에게 일어난 적이 없지만 최근에는 git 1.7.10.3으로 업그레이드했습니다.