热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

mac下git无法提交代码

1.私有服务器搭建的环境,先clone下来了

1.私有服务器搭建的环境,先clone下来了

1
2
3
4
5
6
7
8
9
10
11
git add .

git commit -m "提交"

git push

xxx@xxx.xx.xxx.xxx's password:

To 47.92.137.186:/xx/xx/xx.git

 ! [rejected]        master -> master (non-fast-forward)

error: failed to push some refs to 'xx@xxx.xx.xxx.xxx:/xx/xx/xx.git'

hint: Updates were rejected because the tip of your current branch is behind

hint: its remote counterpart. Integrate the remote changes (e.g.

hint: 'git pull ...') before pushing again.

hint: See the 'Note about fast-forwards' in 'git push --help' for details.

就这样了...
第一次提交就这样的!!...
一直用的一个公钥!!!


推荐阅读
author-avatar
mobiledu2502917797
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有