使用Git將項目傳到遠程倉庫

1、新建文件夾,右鍵點擊空白處,選擇Git Bash Here 2、git config --global user.name '********' 3、git config --global user.email '******@**.com' 4、git clone https://************ 5、vim a1.cpp 6、git add a1.cpp 7、git commit
相關文章
相關標籤/搜索