9
画面の指示に従って新しいリポジトリをプッシュするときにGithubがユーザー名/パスワードを要求するのはなぜですか?
私は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 …