在Ubuntu上建立Git倉庫並上傳到GitHub

一、安裝 Gitgit $ sudo apt-get install git git-core   檢查:git --versiongithub 二、基本配置web $ git config --global user.name <your-name> $ git config --global user.email <your-email> 三、假設項目名爲 helloworld,執行下面命令,
相關文章
相關標籤/搜索