git 上传和下载

1.使用git获取源码
首先Ubuntu安装git 软件:
sudo apt-get install git
第一次使用git 时需要配置name 和邮箱:
git config --global user.name “tangtao”
git config --global user.email [email protected]"
下载源码:
git clone https://github.com/TNTNTA/gt4412-kernel.git

发布了27 篇原创文章 · 获赞 18 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/qq_24622489/article/details/103308693