如何用git将项目代码上传到github

1.在GitHub上建立项目
2.安装配置Git
git config --global user.name "Your Real Name"
git config --global user.email you@email.address
3.Git Bash,创建SSH key
ssh-keygen -C 'your@email.address' -t rsa
4.Account Settings配置SSH

5.上传代码

git init 【第一次】
git add .
git commit -m 'Test'
git remote add origin git@github.com:wendy2013/XXX.git  【第一次】
git push origin master



git错误1:fatal: The remote end hung up unexpectedly(意外挂断)

    后来发现是提交大文件导致http postbuffer溢出,将postbuffer改大就可以了

   git config http.postBuffer 524288000

git错误2:failed to push some refs to 'git@github.com:wendy2013/wx.git'(未能推动一些裁判)


建项目:http://blog.csdn.net/laozitianxia/article/details/50682100

错误1:http://blog.csdn.net/u012973744/article/details/18814397

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值