git新建仓库并上传本地工程
首先需要新建一个仓库,然后下载到本地,比如:
1 | git clone https://github.com/LZH20001220/SMP2023ChatGLM.git |
然后将本地的工程文件复制到克隆文件夹下
然后上传本地的工程
1 | git add -A ./* . |
两种方法上传本地文件到github (taodudu.cc)
docker常用命令
1 | docker image ls |
注意shell脚本的换行要使用LF格式不是CRLF格式
1 | wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-ubuntu2004.pin |