|
发表于 2023-4-22 00:17:52
|
显示全部楼层
### Cloning or copy tree
Cloning into 'wlan-ap'...
fatal: unable to access 'https://github.com/Telecominfraproject/wlan-ap.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
Traceback (most recent call last):
File "setup.py", line 250, in <module>
clone_tree()
File "setup.py", line 37, in clone_tree
run(["git", "clone", "--recursive", config["repo"], git_clone_dir], check=True)
File "/usr/lib/python3.6/subprocess.py", line 438, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['git', 'clone', '--recursive', 'https://github.com/Telecominfraproject/wlan-ap.git', 'wlan-ap']' returned non-zero exit status 128.
报这个错误是我的环境有问题吗? |
|