1、ERROR: Repository not found.

  这个问题是因为在你推送的github账户中,并没有这个Repository。

  解决方法:

  1)检查自己的github中的Repository,检查自己创建的目录,必须要两者一致;

  2)先git clone下github中的Repository,然后再进行更改,这样就一定一致了。

2、ERROR: Git, but is not registered in the Settings.

git 是本地的,不关联远程库

解决方法:

本地新建新建 max_dev
git init
将文件复制到 max_dev 目录下
然后就可以了
git push

3、git remote add origin 若出现错误 fatal:remote origin already exists 则可以通过命令git remote rm origin删除 已存在的origin。

最新文章

  1. c语言指针疑惑[转载]
  2. PLL输出怎么不能配置成我想要的时钟
  3. DevExpress.XtraGrid.GridControl 实现自定义tooltip
  4. Golden Gate 概念和机制
  5. hdu 1116 Play on Words 欧拉路径+并查集
  6. hdu----149850 years, 50 colors(最小覆盖点)
  7. Facebook三种分享方式
  8. Hibernate4.2.2使用Annotation配置
  9. RPC框架
  10. linux环境变量入门
  11. 抓包工具Wireshark的使用
  12. vim与sublime,程序员的屠龙刀和倚天剑
  13. SpiderMonkey js引擎的静态编译与使用
  14. 学习总结:libevent--简单入门
  15. [20190416]exclusive latch测试脚本.txt
  16. JS对象3
  17. Donald Knuth
  18. Vue的href动态拼接绑定
  19. 工作记录之 [ python请求url ] v s [ java请求url ]
  20. Python 基于urllib.request封装http协议类

热门文章

  1. ASP.NET Button控件的UseSubmitBehavior属性引发的血案
  2. fzou 1759 Super A^B mod C
  3. eclipse的debug技巧之一
  4. K:栈和队列的比较
  5. 【转】Eclipse,MyEclipse快捷键及字体设置
  6. 01.css选择器-->类选择器
  7. less教程
  8. linq返回的IEnumerable<T>泛型不能被列举计算大于1次
  9. GIS 地理坐标分类
  10. Google Protocol Buffer 的使用(未完待续)