问题汇总

1. 卸载Git时,bin和usr目录删不掉

报错:bin, usr目前需要admin权限删除,或者这个目录被其他文件引用

打开taskmgr,找到所有引用 git/bin/ 下的文件的进程,全部停掉。

2. Git无法运行Python

报错:没有报错信息,进程一直hang住

“This is a known bug in MSys2, which provides the terminal used by Git Bash. You can work around it by running a Python build without ncurses support, or by using WinPTY

因此,不要用Git-bash运行Python,只有用Git/bin下面的命令运行就没有问题。

Reference

http://stackoverflow.com/questions/32597209/python-not-working-in-the-command-line-of-git-bash

最新文章

  1. 转帖:如何建立与使用 Window setup project
  2. IsBackground的理解
  3. poj1860 bellman—ford队列优化 Currency Exchange
  4. Android mtk单路录音问题
  5. 4.html5中超链接
  6. MFC的GUI窗口使用Console输出函数printf(AllocConsole后,使用GetStdHandle取得句柄,然后就可以操作了)
  7. contentProvider-联系人的CURD
  8. JavaScript的正则表达式
  9. spring入门——applicationContext与BeanFactory的区别
  10. 如何以SYSTEM用户运行CMD
  11. 使用Maven根据WSDL生成生成Java代码
  12. Inotify&Sersync文件监视工具配置
  13. FindResource () RT_HTML 为什么总是出错呢 ?
  14. Java课程作业之动手动脑(六)
  15. iOS:自定义字体
  16. KBEngine 安装
  17. LeetCode 545----Boundary of Binary Tree
  18. 断言NSAssert的使用
  19. ReactNative 调用手机地图(高德、百度)导航 Android
  20. flask开发笔记

热门文章

  1. 使用Flask设计带认证token的RESTful API接口[翻译]
  2. 理解Docker(8):Docker 存储之卷(Volume)
  3. struts2基础学习--环境配置(*原创)
  4. Ubuntu 14.04 LTS 下升级 gcc 到 gcc-4.9、gcc-5 版本
  5. Linux-./configure: error: the HTTP rewrite module requires the PCRE library.
  6. [LeetCode] Strong Password Checker 密码强度检查器
  7. [LeetCode] Sum Root to Leaf Numbers 求根到叶节点数字之和
  8. [LeetCode] 4Sum 四数之和
  9. JS组件系列——Bootstrap组件福利篇:几款好用的组件推荐(二)
  10. 如何用Unity创建一个的简单的HoloLens 3D程序