Bad owner or permissions on .ssh config

问题复现

$ git push origin dev 
Bad owner or permissions on /home/zj/.ssh/config
fatal: Could not read from remote repository.

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

问题解决

参考:Bad owner or permissions on .ssh/config的解决

设置config文件权限为600即可

$ chmod 600 config