user3111654
user3111654

Reputation:

How to add (ssh) key to IBM Bluemix DevOps Services' git repository?

How can I add an (ssh) key to IBM Bluemix DevOps Services' git repository, so that I don't have to authenticate via username/password whenever I push or pull?

Upvotes: 2

Views: 386

Answers (2)

Ben Rondeau
Ben Rondeau

Reputation: 3053

Per git client documentation:

Note: DevOps Services supports the HTTPS protocol for Git URLs. The SSH and Git protocols are not supported.

Sorry to for the inconvenience.

Upvotes: 0

Oscar
Oscar

Reputation: 61

Aparently SSH is not supported at the moment according to the documentation. https://hub.jazz.net/docs/reference/gitclient/

Upvotes: 1

Related Questions