Hey, I was trying out pijul and when I tried to push a patch it throwed this error;
% pijul push --to-channel main Uploading changes [ ] 0/1 Error: The HTTP server returned an error: No command specified
The solution is to give explicitly the login details:
pijul push my_login@ssh.pijul.com:my_login/repository
Hey, I was trying out pijul and when I tried to push a patch it throwed this error;