获取编辑器:在git中进行repo上载时出错,正在使用cygwin编辑器

获取编辑器:在git中进行repo上载时出错,正在使用cygwin编辑器,git,cygwin,repository,Git,Cygwin,Repository,我在尝试重新上传时出错 命令运行如下- git add <merged Files> git commit -a -m "" repo sync **repo upload** - here I got the error git添加 git提交-a-m“” 回购同步 **回购上传**-这里我得到了错误 从下载的git 回溯(最近一次呼叫最后一次): 文件“/home/choudhar/Dev/.repo/repo/main.py”,第385行,在 _Main(sys.argv[

我在尝试重新上传时出错

命令运行如下-

git add <merged Files>
git commit -a -m ""
repo sync
**repo upload** - here I got the error
git添加
git提交-a-m“”
回购同步
**回购上传**-这里我得到了错误
从下载的git

回溯(最近一次呼叫最后一次):
文件“/home/choudhar/Dev/.repo/repo/main.py”,第385行,在
_Main(sys.argv[1:])
文件“/home/choudhar/Dev/.repo/repo/main.py”,第365行,在
结果=回购运行(argv)或0
文件“/home/choudhar/Dev/.repo/repo/main.py”,第137行,在运行中
结果=命令执行(copts、cargs)
文件“/home/choudhar/Dev/.repo/repo/subcmds/upload.py”,第399行,在Execute中
self.\u多支路(opt、pending、people)
文件“/home/choudhar/Dev/.repo/repo/subcmds/upload.py”,第235行,多支路
script=Editor.EditString(“\n”.join(script)).split(“\n”)
文件“/home/choudhar/Dev/.repo/repo/editor.py”,第96行,EditString格式
%(str(e),编辑,路径)
error.EditorError:editor失败,[Errno 2]没有这样的文件或目录:vi/tmp/tmp9S5ZRI
我只是git添加、提交a-m、回购同步,然后尝试回购同步。
我是git的新用户

“回购同步”?你试过什么?请提供有关您正在尝试的内容以及实际如何安装git的命令。这不是git错误。从输出中可以看到,某些Python脚本(
repo
)失败。您可以使用命令
git push origin master
将更改推送到存储库中。您正在从事的项目可能需要一些额外的工作,请参阅他们的贡献者指南或通过邮件列表与开发人员联系。
Traceback (most recent call last):
  File "/home/choudhar/Dev/.repo/repo/main.py", line 385, in <module>
    _Main(sys.argv[1:])
  File "/home/choudhar/Dev/.repo/repo/main.py", line 365, in _Main
    result = repo._Run(argv) or 0
  File "/home/choudhar/Dev/.repo/repo/main.py", line 137, in _Run
    result = cmd.Execute(copts, cargs)
  File "/home/choudhar/Dev/.repo/repo/subcmds/upload.py", line 399, in Execute
    self._MultipleBranches(opt, pending, people)
  File "/home/choudhar/Dev/.repo/repo/subcmds/upload.py", line 235, in _MultipleBranches
    script = Editor.EditString("\n".join(script)).split("\n")
  File "/home/choudhar/Dev/.repo/repo/editor.py", line 96, in EditString
    % (str(e), editor, path))
error.EditorError: editor failed, [Errno 2] No such file or directory: vi /tmp/tmp9S5ZRI