2

I just created a Node.js / Cloudant setup on Bluemix, using the starter kit, and enabled the Continuous delivery toolchain. Git says it is already configured but when I click on it I get a not found (404) error. This is the URL to start git.

https://git.ng.bluemix.net/xxx/xxxxxxx

I am running as the owner of the app and the sample app is running. Am I accessing the correct GIT link?

tborja
  • 359
  • 1
  • 3
  • 5

1 Answers1

0

404 could also mean a credential issue.

Check this thread and make sure to use an access token from your own profile page https://git.ng.bluemix.net/profile/personal_access_tokens.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250