Thus said Martin Vahi on Wed, 01 Nov 2017 17:06:00 +0200:
> Neither of the command lines prompted for the password of the user
> martin_vahi, which is the admin username at the remote repository.
You did not tell Fossil that there is a remote user associated with the
repository. This information is in the clone URL. From ``fossil help
clone'' you get the following information:
Usage: ./fossil clone ?OPTIONS? URI FILENAME
Make a clone of a repository specified by URI in the local
file named FILENAME.
URI may be one of the following form: ([...] mean optional)
HTTP/HTTPS protocol:
http[s]://[userid[:password]@]host[:port][/path]
Notice here that the userid is part of the URL, however, when you
cloned, you used:
https://www.softf1.com/cgi-bin/tree1/technology/flaws/silktorrent.bash/
But you need to use:
https://[email protected]/cgi-bin/tree1/technology/flaws/silktorrent.bash/
The --admin-user option to clone defines a *local* admin user, not a
remote user.
Andy
--
TAI64 timestamp: 4000000059fbcb10
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users