小学生
最后登录1970-1-1
在线时间 小时
注册时间2023-6-7
|
lijune:~/lubancat/LubanCat_Linux_SDK_20230419$ repo sync .
Traceback (most recent call last):
File "/home/liujun/lubancat/LubanCat_Linux_SDK_20230419/.repo/repo/main.py", line 705, in <module>
_Main(sys.argv[1:])
File "/home/liujun/lubancat/LubanCat_Linux_SDK_20230419/.repo/repo/main.py", line 681, in _Main
result = repo._Run(name, gopts, argv) or 0
File "/home/liujun/lubancat/LubanCat_Linux_SDK_20230419/.repo/repo/main.py", line 228, in _Run
result = run()
File "/home/liujun/lubancat/LubanCat_Linux_SDK_20230419/.repo/repo/main.py", line 219, in <lambda>
run = lambda: self._RunLong(name, gopts, argv) or 0
File "/home/liujun/lubancat/LubanCat_Linux_SDK_20230419/.repo/repo/main.py", line 314, in _RunLong
result = cmd.Execute(copts, cargs)
File "/home/liujun/lubancat/LubanCat_Linux_SDK_20230419/.repo/repo/subcmds/sync.py", line 1273, in Execute
m.manifestProject.PreSync()
File "/home/liujun/lubancat/LubanCat_Linux_SDK_20230419/.repo/repo/project.py", line 3380, in PreSync
cb = self.CurrentBranch
File "/home/liujun/lubancat/LubanCat_Linux_SDK_20230419/.repo/repo/project.py", line 641, in CurrentBranch
b = self.work_git.GetHead()
File "/home/liujun/lubancat/LubanCat_Linux_SDK_20230419/.repo/repo/project.py", line 3111, in GetHead
path = self.GetDotgitPath(subpath=HEAD)
File "/home/liujun/lubancat/LubanCat_Linux_SDK_20230419/.repo/repo/project.py", line 3103, in GetDotgitPath
assert setting.startswith('gitdir:')
AssertionError
|
|