How to fix Egit using KDS?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to fix Egit using KDS?

Jump to solution
1,193 Views
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

Labels (1)
0 Kudos
1 Solution
1,053 Views
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.

View solution in original post

0 Kudos
1 Reply
1,054 Views
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 Kudos