Importing a Subversion Repo?
Check out the guide for step by step instructions.
When you're done:
Continue
===========================================
error:
error: The requested URL returned error: 403 while accessing https://github.com/dd/test.git/info/refs
fatal: HTTP request failed
=============================
原因:authenticity of host 'github.com (207.97.227.239)' can't be established
RSA key fingerprint 。。。。。。
解决:
git remote set-url origin git@github.com:dd/test.git
会提示 加入 github.com 到 list of known hosts