0

I am attempting to use GitHub Desktop with the Git repository on hub.jazz.net. I cannot figure out how to authenticate with the repository, even after I have tried both the regular Git and Git Enterprise authentication methods.

Any suggestions are welcome.

proksch_ibm
  • 278
  • 1
  • 9

1 Answers1

0

From the CLI set the remote host of the local repo to jazz.net using this format:

$ git remote set-url origin https://your_alias:your_IBM_ID_password@hub.jazz.net/alias/project_name

more here on connecting local git clients.

Rich Edwards
  • 321
  • 1
  • 2