dandan611 / Settler

0 stars 0 forks source link

git pushできない #10

Closed dandan611 closed 6 years ago

dandan611 commented 6 years ago

現象 git clone できるのに、git pushできない

xxx@PM888N ~/dev/Settler
$ git push origin feature-fix_networkconfig
Host key verification failed.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

解決 疎通確認してなかっただけ…

xxx@PM888N ~/dev/Settler
$ ssh -T git@github.com
The authenticity of host 'github.com (192.30.255.113)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,192.30.255.113' (RSA) to the list of known hosts.
Hi dandan611! You've successfully authenticated, but GitHub does not provide shell access.
dandan611 commented 6 years ago
xxx@PM888N ~/dev/Settler
$ git push origin feature-fix_networkconfig
Counting objects: 8, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (8/8), 1.01 KiB | 343.00 KiB/s, done.
Total 8 (delta 3), reused 0 (delta 0)
remote: Resolving deltas: 100% (3/3), completed with 3 local objects.
To github.com:dandan611/Settler.git
   f1ddc32..d784057  feature-fix_networkconfig -> feature-fix_networkconfig