git切换分支报错

error: pathspec 'develop' did not match any file(s) known to git.

解决办法如下:

plumm@MACY-PC MINGW64 /f/study/spring (master)
$ git checkout develop
error: pathspec 'develop' did not match any file(s) known to git. plumm@MACY-PC MINGW64 /f/study/spring (master)
$ git fetch
From https://github.com/plummoon/spring
* [new branch] develop -> origin/develop plumm@MACY-PC MINGW64 /f/study/spring (master)
$ git checkout develop
M leo.spring.rest/.idea/workspace.xml
Branch develop set up to track remote branch develop from origin.
Switched to a new branch 'develop'

最新文章

  1. .split()函数使用方法
  2. 用javascript比较快速排序和合并排序的优劣
  3. jquery怎么跳出当前的each循环
  4. easyui editor combobox multiple
  5. linux 下tomcat catalina.out日志操作
  6. Cassandra 分布式集群
  7. ds.Merge 与 ds.Tables[0].Merge 的用法
  8. EasyUI DataGrid View
  9. HDU 1358 简单kmp
  10. 数据库(.udl)简单测试连接
  11. 棒棒的毛笔字PS教程
  12. HDU 4593 Robot (水题)
  13. C语言scanf函数详解
  14. UVa 10360 - Rat Attack
  15. Function:光标位置插入文本并且光标移动到最后
  16. JQeury添加和删除class内部实现代码(简化版)
  17. python json按输入顺序输出内容
  18. [MySQL] 测试where group by order by的索引问题
  19. 20155324 2016-2017-2 《Java程序设计》第3周学习总结
  20. 贝叶斯优化(Bayesian Optimization)深入理解

热门文章

  1. 【面试必备】CSS盒模型的点点滴滴
  2. NSDate NSString相互转化
  3. 正则表达式匹配/data/misc/wifi/wpa_supplicant.conf的WiFi名称与密码
  4. Atitit  从 RGB 到 HSL 或 HSV 的转换
  5. Atitit.异步的实现模式attilax大总结
  6. PHP 函数基础
  7. JS util
  8. mysql创建数据库
  9. Unity3D 中的三个Update()方法
  10. SVN代码回滚