Reputation: 163
I have created an Tomcat server application in Bluemix and enabled the Continuous Delivery service for it. It automatically created a Git Repository. However, with that Git URL if i try to import that project into local Eclipse, it is not authorizing me to pull the code from the URL. I used an IBM password to access the Git repository.
What is the problem in authenticating me?
Upvotes: 0
Views: 104
Reputation: 209
You have to go to your Git profile and open the settings page. Than create a personal Access token. Use this Token with the username instead of your bluemix password.
Upvotes: 2