记使用git 遇到的问题

        由于使用git版本不一样,pull代码是不会报错的,但push 就会报错,如下:

        warning: push.default is unset; its implicit value is changing in

Git 2.0 from 'matching' to 'simple'. To squelch this message
and maintain the current behavior after the default changes, use:

  git config --global push.default matching

To squelch this message and adopt the new behavior now, use:

    

     解决办法:

     1.X版本,执行    git config --global push.default matching

  2.X版本,执行   git config --global push.default simple

 

 

  版本冲突

 

  Git push 报错 "error: failed to push some refs to " 解决

 

     先git pull 

     再git push 

 

      执行到这步,又报错了,如下:

 

     

 

*** Please tell me who you are.

 

Run

 

  git config --global user.email "you@example.com"

  git config --global user.name "Your Name"

 

很明显,是要验证身份  

 

执行上面两条语句

 

git add * 

 

git commit -m "version"

 

git push 

 

ok

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值