摘要:
https://toolbelt.heroku.com/linuxwget -qO- https://toolbelt.heroku.com/install.sh | sh 不好使E: Couldn't find package heroku-toolbeltgem install heroku foreman会报依赖一些包,一个个都装上$ git push heroku master出现下面的错误Permission denied (publickey).fatal: The remote end hung up unexpectedly解决方法:$ heroku keys:add 阅读全文
摘要:
配置gitUbuntu:sudo apt-get install git-coreRedHat:sudo yum install git$ git config --global user.name "Your Name Here"$ git config --global user.email "your_email@youremail.com"$ ssh-keygen -t rsa -C "your_email@youremail.com"$ ssh -v git@github.com验证失败,把公钥 ./ssh/id_rsa.p 阅读全文