如何配置eclipse github token

1,352 阅读1分钟

申请github token

github 不再支持username和password来Pull和Push code. 所以,要先去github上申请token.

image.png

在setting中找到developer setting,然后选择Personal access tokens。

image.png

选择gernerate new token,勾选repo,生成新的token.

image.png

eclipse配置

在eclipse中只需要将原来的password换成token即可。