Q1:Urlis blocked: Requests to the local network are not allowed
gitlab webhook错误
Q2:Error 403 anonymous is missing the Job/Build permission
jenkins gitlab
不支持匿名build, 这是回到jenkins中,在 系统管理 -> 全局安全管理中, 勾选 匿名用户具有可读权限
系统管理 -> 系统设置 -> 去掉 Enable authentication for ‘/project’ end-point
Q3:git clone https://huggingface.co/lmsys/vicuna-7b-v1.3
Cloning into 'vicuna-7b-v1.3'...
fatal: unable to access 'https://huggingface.co/lmsys/vicuna-7b-v1.3/': gnutls_handshake() failed: Error in the pull function.
#####apt-get source git
提示错误:E: You must put some 'deb-src' URIs in your sources.list
用命令修改资源列表文件:
sudo sed -i -- 's/#deb-src/deb-src/g' /etc/apt/sources.list ; sudo sed -i -- 's/# deb-src/deb-src/g' /etc/apt/sources.list
执行
sudo apt-get update
git config --global http.sslVerify "false"
sudo apt-get install git-lfs
git lfs clone http://huggingface.co/lmsys/vicuna-7b-v1.3