Hi user_a! You've successfully authenticated, but GitHub does not provide shell access. Hi user_b! You've successfully authenticated, but GitHub does not provide shell access.
测试用把仓库提交到第二个 Github 账号
新建一个文件夹,初始化为仓库,创建第一个 commit
1 2 3 4 5 6 7
$ mkdir Test $ cd Test $ git init $ git commit -am "first commit" $ git remote add origin git@user_b-github.com:user_b/testing.git $ git branch -M main $ git push -u origin main