2012-11-18 203 views
2

我在向Git提交默认的rails应用程序时遇到了一些麻烦,并且在解决问题时遇到了问题。我目前正在运行Ubuntu 11.10。我正在运行git版本1.7.5.4。我通过一系列Git推起源大师有公钥问题

git init 
git add . 
git commit -m "first commit" 
git remote add origin [email protected]:username/first_app.git 
git push -u origin master 

我也做出github.com回购跑了,但后来我得到这个错误:

Permission denied (publickey). 
fatal: The remote end hung up unexpectedly 

的思考?

回答