git首次提交代码到github报错

本文介绍了一种常见的Git首次提交代码到GitHub时遇到的问题及解决方法。当使用`git push`命令时,可能会出现错误提示,文章详细解释了错误原因,并提供了解决方案——使用`git push -u origin master`命令。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

操作步骤:

step 1:在github上建立一个仓库地址


step 2:git clone 仓库地址 名称


step 3 : cd 名称


step 4: 添加一个文件 如.gitignore


step 5: git add .  


ste 6: git commit -m 'first commit'


step 7:git push 

此时代码并没有push到github 上,而是报如下错误:

activiti@zookeeper:/home/workplace/reading-blog$ git push
No refs in common and none specified; doing nothing.
Perhaps you should specify a branch such as 'master'.
fatal: The remote end hung up unexpectedly
error: failed to push some refs to 'git@github.com:yourname/reading-blog.git'

原因是git 首次提交代码到github上时需要使用

git push -u origin master


而不能直接使用

git push
话说以前使用git首次提交代码到github的时候没有这样的限制的,这个应该是git版本变更的缘故吧


参考地址:http://stackoverflow.com/questions/6529136/gitolite-default-remotes-for-new-repository



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值