Git 地址与终端命令
Git 地址
https://daimawang.com/git/cc/Yau-Chiu.git克隆项目
git clone https://daimawang.com/git/cc/Yau-Chiu.git推送已有项目
git remote add origin https://daimawang.com/git/cc/Yau-Chiu.git
git branch -M master
git push -u origin master推送时用户名填写 cc,密码使用 Git Push Token。了解 Git Push Token · 命令行帮助
这个仓库还没有文件。