使用下方指令可以将本地文件夹作为Github仓库进行用户配置托管:
git config user.email "YOUR_EMAIL"
git config user.name "YOUR_NAME"
服务器上指定某GitHub仓库的配置
阅读 18
2023-10-23
使用下方指令可以将本地文件夹作为Github仓库进行用户配置托管:
git config user.email "YOUR_EMAIL"
git config user.name "YOUR_NAME"
相关推荐
精彩评论(0)