Linux下使用git命令創建github倉庫並同步到遠程

配置git信息 git config --global user.name 'your name' # 配置名字信息,例如,你的github用戶名 git config --global user.email 'your email' # 配置郵箱,例如,你的github註冊郵箱 git config --gloabl credential.helper cache git config --g
相關文章
相關標籤/搜索