Skip to content

Instantly share code, notes, and snippets.

@nana4gonta
Created May 6, 2015 03:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nana4gonta/108c1a1c52db22f8c186 to your computer and use it in GitHub Desktop.
Save nana4gonta/108c1a1c52db22f8c186 to your computer and use it in GitHub Desktop.
msys2での$HOMEとOpenSSHでのホームディレクトリの違い ref: http://qiita.com/nana4gonta/items/622571c66bfe7f1c7150
$ git pull
Could not create directory '/home/username/.ssh'.
The authenticity of host 'github.com (192.30.252.131)' can't be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? yes
Failed to add the host to the list of known hosts (/home/username/.ssh/known_hosts).
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment