在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,执行下面命令,
相关文章
相关标签/搜索