I'm trying to pull a repository that believes in netbeans to combine it with a new one that believes in GitHub. It's the first time I do this and I can not connect.
I'm trying to connect through HTTPS. Already initialize git in netbeans I have committed the whole project to the local repository. Now I want to pull it but it gives me this error message:
Can not connect to the remote repository ...
The option I choose in netbeans is right button on the project> git > remote & pull ...
- I select the option: Specify Git Repository Location.
- In Remote Name I put the name that I gave to my repository in GitHub
- I put the URL of my repository on GitHub via HTTPS.
- Then in user my GitHub user.
- In password my GitHub password.
But he tells me that he can not connect. Why is this?