首页 > 编程语言 > 详细

/usr/lib/python2.7/subprocess.py", line 1239, in _execute_child

时间:2019-12-12 23:26:14      阅读:1260      评论:0      收藏:0      [点我收藏+]

Traceback (most recent call last):
File "/home/eping/bin/repo", line 685, in 
main(sys.argv[1:])
File "/home/eping/bin/repo", line 652, in main
_Init(args)
File "/home/eping/bin/repo", line 184, in _Init
_CheckGitVersion()
File "/home/eping/bin/repo", line 209, in _CheckGitVersion
proc = subprocess.Popen(cmd, stdout=subprocess.PIPE)
File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1239, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

解决:sudo apt-get install git git-core

 

我的问题 未解决

/usr/lib/python2.7/subprocess.py", line 1239, in _execute_child

原文:https://www.cnblogs.com/hshy/p/12032219.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!