Python 2 is no longer supported
异常日志:
File "/home/xll/prj/.repo/repo/main.py", line 79 file=sys.stderr) ^ SyntaxError: invalid syntax
main.py第79行输出指出异常为:
repo: error: Python 2 is no longer supported
实际上,这台编译服务器一直好用来着。
解决方案:
git config --global --unset http.proxy git config --global --unset httpx.proxy
参考:https://blog.csdn.net/weixin_42135087/article/details/108929126,感谢!