Git建立本地倉庫並上傳到Gitee

電腦安裝git客戶端、註冊github賬號並登陸 到本地項目文件夾右鍵選擇git bash here 輸入個人信息(代碼提交者) git config --global user.name "xxxx"  git config --global user.email [email protected]  在本地項目目錄創建本地倉庫  git init   輸入命令後項目目錄會有一個隱藏的.git文
相關文章
相關標籤/搜索