Suppose my bitbucket user name is \"jon\" and I have some personal projects at https://bitbucket.org/jon.
https://bitbucket.org/jon
Suppose I then join a development team that has a
I had the same problem. After i changed permissions of the file ~/.ssh/config to -rw-r--r--, the error
~/.ssh/config
-rw-r--r--
Bad owner or permissions on /home/username/.ssh/config fatal: The remote end hung up unexpectedly
disappeared.
Write in console:
cd ~/.ssh chmod 644 config