摘要:
修改或添加文件~/.ssh/config 往config里加入即可,亲测有效 Host github.com Hostname ssh.github.com Port 443 User git 阅读全文
posted @ 2023-09-24 16:14
woodx
阅读(52)
评论(0)
推荐(0)
摘要:
tensorrt 版本8.6 1. 下载依赖模块的源码 /TensorRT$ proxychains4 git submodule update --init --recursive 需要漫长的时间,proxychain4是一个命令行FQ的工具,具体安装配置可以参考其他博客 2. mkdir bui 阅读全文
posted @ 2023-09-24 15:13
woodx
阅读(1123)
评论(0)
推荐(0)