1

レポのアップロード中にエラーが発生しました

コマンドは次のように実行されました-

git add <merged Files>
git commit -a -m ""
repo sync
**repo upload** - here I got the error

http://git-scm.com/downloadsから git をダウンロード

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

git add 、 commit -a -m 、 repo sync を実行してから、repo sync を試しました。私はgitの非常に新しいユーザーです

4

0 に答える 0