eclipse中push项目到github每次都要输地址

问题描述:用git控制maven管理的项目版本时,每次push到git仓库都需输地址

eclipse中push项目到github每次都要输地址

解决方法:

windows->preferences->Team->Git->Configuration->Repository setting->add Entry

输入key:remote.url

输入value:github仓库SSH地址(我的是[email protected]:ssqiji/onlineTest.git)