Roger-luo / Ion

Ion - a CLI toolbox for Julia developers
https://rogerluo.dev/Ion/
MIT License
65 stars 3 forks source link

git@github.com remote url #40

Open louisponet opened 1 year ago

louisponet commented 1 year ago

Hi,

Super cool tool, thanks!

Most of my repos use a remote url defined in the config like git@github.com:louisponet/RemoteHPC.jl rather than the actual https::/ url.

This leads to Invalid remote url errors.

Is it possible to handle this case?

cheers

Roger-luo commented 1 year ago

Yes! I thought I handled this case, but it is indeed not tested... (only 55% at the moment), let me check if I can fix it a bit later this week

Krastanov commented 1 year ago

maybe redundant, but just mentioning git@github.com urls still seems to be an issue on the current version

Roger-luo commented 1 year ago

yeah sorry, I haven't had time working on this