Nathan Rebours

Results 218 comments of Nathan Rebours

Is the repo private? This looks like it is hence the reason why you're asked a password for `ls-remote`. I think atm it's safe to say dune-release does not support...

This is extremely strange, I'm able to run ls-remote on other repos, using https, without any auth but not on this particular one.

Hmm this is even weirder, I'm reruning the command locally and now it works, after having failed earlier.

Haha got it! The command being run by dune-release is: ``` git ls-remote https://github.com/kit-ty-kate/opam-docker-hub.git ``` The repo you linked above is `ocaml-docker-hub`, not `opam-docker-hub`. Might it be a typo somewhere...

The problem here is that Github, in order to prevent malicious users to guess existing private repos name ask for auth whenever you try to access a repo URL that...

We could try to properly wrap the `ls-remote` invocation to detect those errors and report with the actual problem though!

A quick fix for that would be to offer you to skip that step so that you can push the tag yourself and leave the rest to `dune-release`. A next...

Hmm that one's weird. Thanks for reporting it, we'll look into it!

Indeed those extra lines are confusing, capturing `xdg-open`'s output here should do the trick since the last line of logs from dune-release: > ``` > [+] A new pull-request has...

That'd be good instead! Thanks for reporting it!