1.宿舍電腦產生ssh-keygen之后,測試連接情況,出現下面錯誤:
Bad owner or permissions on /home/mirandam/.ssh/configThis means you did not properly set the permissions on the config file. To fix:
# chmod 600 ~/.ssh/config
2.在宿舍的筆記本上的fedora 10上裝了git,根據下面安裝:
http://blog.csdn.net/leichelle/article/details/7975114