How to fix Egit using KDS?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to fix Egit using KDS?

跳至解决方案
2,011 次查看
jasonscott
Contributor IV

First let me start by saying i am not familiar with git at all, i use the commit/push/fetch commands and that is it.

Egit stopped working through the KDS.

i can still use git extensions to push to our visual studios repository.

However, i whenever i attempt through the KDS i am prompted with a login message that has not appeared until now.

pastedImage_1.png

if i click cancel i can get to the configuration settings, but have no clue on how to configure it.

pastedImage_2.png

Is there any tutorials or information i can look at to help figure this out?

Thanks 

Jason

标签 (1)
0 项奖励
回复
1 解答
1,871 次查看
jasonscott
Contributor IV

So i fixed this issue.

It appeared to be a simple fix with the git/visual studios login authentication.

Through the web interface, all I had to do was add "Alternate authentication credentials".

On the KDS.

Right Click on Project -> Team -> Show In Repositories View.

Locate "Remotes" -> "Origins".

pastedImage_1.png

Right Click on "Push".

It will prompt for a new user and password.

Check the "Store in Secure Store" to save the credentials for good.

If you do not see an "origin" one will have to be created.

Right click on "Remotes" -> Create Remote.

pastedImage_2.png

Name the remote.

pastedImage_3.png

Click Change for the URL.

pastedImage_4.png

Enter your URL to the git repository.

Then you should be set.

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,872 次查看
jasonscott
Contributor IV

So i fixed this issue.

It appeared to be a simple fix with the git/visual studios login authentication.

Through the web interface, all I had to do was add "Alternate authentication credentials".

On the KDS.

Right Click on Project -> Team -> Show In Repositories View.

Locate "Remotes" -> "Origins".

pastedImage_1.png

Right Click on "Push".

It will prompt for a new user and password.

Check the "Store in Secure Store" to save the credentials for good.

If you do not see an "origin" one will have to be created.

Right click on "Remotes" -> Create Remote.

pastedImage_2.png

Name the remote.

pastedImage_3.png

Click Change for the URL.

pastedImage_4.png

Enter your URL to the git repository.

Then you should be set.

0 项奖励
回复