0

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?

user2918673
  • 141
  • 1
  • 9

1 Answers1

2

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.

Access

Bene
  • 209
  • 1
  • 9