Q1:Urlis blocked: Requests to the local network are not allowedgitlab webhook错误Q2:Error 403 anonymous is missing the Job/Build permissionjenkins gitlab不支持匿名build 这是回到jenkins中在 系统管理 - 全局安全管理中 勾选 匿名用户具有可读权限系统管理 - 系统设置 - 去掉 Enable authentication for ‘/project’ end-pointQ3git clone https://huggingface.co/lmsys/vicuna-7b-v1.3Cloning 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 updategit config --global http.sslVerify falsesudo apt-get install git-lfsgit lfs clone http://huggingface.co/lmsys/vicuna-7b-v1.3