Problem with Github login in eclipse

3

I want to share a JavaFx project created in Eclipse Neon .1a Release (4.6.1) in GitHub . I am using the native tools of the IDE, I already made the local repository, I just need to create the remote .

Using the Git Repositories tab, I right clicked on remotes - > create new remote , new URI I have it configured in this way:

The problem is in precion Saven and Push I get a new window with the title of Login , asking me again my credentials GitHub , User and Password , I reinsert them and this window comes out:

In the repository of GitHub it does not appear that there was any change or anything.

I am something new using Eclipse to share projects but it is very strange to me all this, it is as if I am entering my credentials badly, and change the password of my GitHub and even so it still does not work.

    
asked by JAlan 18.12.2016 в 18:22
source

2 answers

0

start your account from the git with interface

to do so you must go to rueda options and from there you

logueas

    
answered by 18.12.2016 в 18:49
0

It seems to me that it is not authentication, the error is similar to the one shown in the console when the bash is used

  

[rejected] master - > master (non-fast-forward)

It is common when we start with GIT, first we must ensure that we perform Git Pull since sometimes we have to download the master version.

and later you can perform Git Push , which would be done without problem.

    
answered by 09.02.2017 в 00:46