Assuming I've cloned a public repository from chiselapp.com anonymously using these commands:
$ fossil clone https://chiselapp.com/user/elviejo/repository/dwpt2 dwpt2.fossil
$ fossil open dwpt2.fossil
And now I want to commit a new file with:
$ fossil commit -m "these are my modifications"
How can Fossil prompt me for my user login and password?
PS: I know I could clone in the first place with the syntax:
https://user:pass@chiselapp.com
But let's assume I can't clone again... Thank you.