user2918673
user2918673

Reputation: 163

IBM bluemix Git repository push and pull requests

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

Answers (1)

Bene
Bene

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.

Access

Upvotes: 2

Related Questions