anonymous access again.

Hendrik Boom <[email protected]> Thu, 16 Mar 2017 15:51:04 -0400
Newsgroups gmane.comp.version-control.monotone.devel
Message-ID <[email protected]>
Once again I am trying to set up a new database on my server and 
clone it to my development machine.  I am slowly building up a cheat 
sheet with everything I have to do, but one thing still appears to 
escape me.

When I try to clone, I discover I am anonyous.

hendrik@notlookedfor:~/dv/text$ mtn clone --key [email protected] --db ~/.monotone/databases/text.mtn "mtn://topoi.pooq.com/text?com.pooq.hendrik.text*" --branch=com.pooq.hendrik.text.mt3 mt3 
mtn: connecting to 'mtn://topoi.pooq.com/text'
mtn:   include pattern  'com.pooq.hendrik.text*'
mtn:   exclude pattern  ''
mtn: finding items to synchronize:
mtn: warning: protocol error while processing peer mtn://topoi.pooq.com/text: 'received network error: anonymous access to branch 'com.pooq.hendrik.text.mt3.dev' denied by server'
mtn:  bytes in | bytes out | certs in
mtn:       103 |       349 |        0
mtn: error: processing failure while talking to peer 'mtn://topoi.pooq.com/text', disconnecting
hendrik@notlookedfor:~/dv/text$ 

What do I have to do to make myself not anonymous?

-- hendrik