[issue2563] Win7: "abort: error: an attempt was made to access a socket in a way forbidden by its access permissions"
Ian Gilman
bugs at mercurial.selenic.com
Wed Dec 22 00:38:48 UTC 2010
New submission from Ian Gilman <ian at iangilman.com>:
Following the instructions on:
https://developer.mozilla.org/En/Simple_Firefox_build
... I used the MozillaBuild package to install hg (among other things) on my
brand new win7 netbook. If I then try this from the command line:
hg clone http://hg.mozilla.org/mozilla-central
... I get the message "abort: error: an attempt was made to access a socket
in a way forbidden by its access permissions". Here's a traceback:
Traceback (most recent call last):
File "mercurial\dispatch.pyc", line 50, in _runcatch
File "mercurial\dispatch.pyc", line 471, in _dispatch
File "mercurial\dispatch.pyc", line 341, in runcommand
File "mercurial\dispatch.pyc", line 522, in _runcommand
File "mercurial\dispatch.pyc", line 476, in checkargs
File "mercurial\dispatch.pyc", line 470, in <lambda>
File "mercurial\util.pyc", line 401, in check
File "mercurial\commands.pyc", line 681, in clone
File "mercurial\hg.pyc", line 209, in clone
File "mercurial\hg.pyc", line 82, in repository
File "mercurial\httprepo.pyc", line 271, in instance
File "mercurial\httprepo.pyc", line 190, in between
File "mercurial\httprepo.pyc", line 134, in do_read
File "mercurial\httprepo.pyc", line 85, in do_cmd
File "urllib2.pyc", line 389, in open
File "urllib2.pyc", line 407, in _open
File "urllib2.pyc", line 367, in _call_chain
File "mercurial\url.pyc", line 466, in http_open
File "mercurial\keepalive.pyc", line 259, in do_open
URLError: <urlopen error [Errno 10013] An attempt was made to access a socket in
a way forbidden by its access permissions>
abort: error: An attempt was made to access a socket in a way forbidden by its a
ccess permissions
It doesn't matter whether I run as administrator or not. Please help!
----------
messages: 14733
nosy: iangilman
priority: bug
status: unread
title: Win7: "abort: error: an attempt was made to access a socket in a way forbidden by its access permissions"
____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2563>
____________________________________________________
More information about the Mercurial-devel
mailing list