On 9/26/17, David Mason <[email protected]> wrote:
>  if I try:
>    fossil clone
> https://dmason%[email protected]/fossil/f2017/A-dmason_ryerson.ca.fossil
>  foo.fossil
>  it prompts for password, but then says it can't find it.

Fossil prompts for a password whenever it sees a URL of the form
"http[s]://USER@DOMAIN//...".  It does this before it ever attempts to
connect the server.  So, for example, is should still prompt for the
password if you type:

    fossil clone https://[email protected]/bogus/repo/xyzzy xyzzy.fossil

I think your failure is occurring because you added a ".fossil" to the
end of the URL.


-- 
D. Richard Hipp
[email protected]
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to