all-repos icon indicating copy to clipboard operation
all-repos copied to clipboard

https support instead of ssh protocol

Open gaborbernat opened this issue 5 years ago • 2 comments

Currently, some things break if someone specifies http urls for repos (). Notably the fork operation for push.

gaborbernat avatar May 16 '19 15:05 gaborbernat

indeed, this bit currently assumes ssh urls: https://github.com/asottile/all-repos/blob/f7622444c746175af094214932725e642713e7b5/all_repos/push/github_pull_request.py#L20

Can an automated push happen over non-ssh protocols? 🤔

asottile avatar May 16 '19 17:05 asottile

Yes 👍 I would expect the code checks the type of remote it has and uses that protocol.

gaborbernat avatar May 16 '19 18:05 gaborbernat