haima

在IDEA中配置GitHub

安装GitHub插件

账号授权

方法一:点击Add Account... 添加账号

Settings->Version Control->GitHub

跳转到github上授权同意

出下面的提示表示成功

You have been successfully authorized in GitHub. You can close the page.

方法二:使用token登录

在github中生成token

Settings->Developer Settings->Log In with Token...

CENERATE...
或者

https://github.com/settings/tokens

登陆token 勾选所有权限

创建token

复制token

添加到IDE中

确定完成账号授权

共享到GitHub

  1. 创建仓库

git init 创建名称

  1. 地提交代码

Git-->commit...

  1. 共享项目到远程仓库

VCS->GitHub->Share Project On GitHub

常用操作:

分类:

技术点:

相关文章:

  • 2022-01-09
  • 2021-04-29
  • 2022-03-02
  • 2021-07-31
  • 2021-12-18
  • 2021-10-28
  • 2021-06-04
猜你喜欢
  • 2021-12-06
  • 2021-11-23
  • 2021-07-02
  • 2021-08-27
  • 2021-11-02
  • 2021-10-23
相关资源
相似解决方案