captn3m0 / outliner

A simple HTTParty based wrapper for the Outline API. Comes with ready scripts to import|export content from Outline.
https://rubygems.org/gems/outliner
MIT License
18 stars 2 forks source link

Support other SSH ports than 22 or Git access via HTTPS #6

Closed helmut72 closed 2 years ago

helmut72 commented 2 years ago

For management reasons I needed to use another SSH port for my Git installation. Please support other SSH ports than 22. Or HTTPS with API key: https://api-key@my-git.example.com

Thank you.

helmut72 commented 2 years ago

it was the id_ed25519 key and/or I need to add ssh:// to the url. But still doesn't work: fatal: not a git repository (or any of the parent directories): .git

Using your docker image.