2020
10-08
10-08
如何把本地idea上的项目上传到github上(推荐)
注意看标题是上传到github上,所以你的github地址是:github.com而不是其他的。1.在github中创建一个账号:https://github.com/join?source=header-home2.下载并安装git:https://git-scm.com/downloads3.安装成功后打开GitBash,输入下列命令,设置git全局用户名和邮箱$gitconfig--globaluser.name"YourName"$gitconfig--globaluser.emailemail@example.com4.在IDEA中设置Git,在File-->Setting->VersionCo...
继续阅读 >