Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot import repo from Mac OS X El Capitan build 15A235d (db5) #99

Open
kode54 opened this issue Jul 31, 2015 · 2 comments
Open

Cannot import repo from Mac OS X El Capitan build 15A235d (db5) #99

kode54 opened this issue Jul 31, 2015 · 2 comments

Comments

@kode54
Copy link

kode54 commented Jul 31, 2015

When using this command:

git clone gitifyhg::ssh://hg@bitbucket.org/kode54/cog cog-git

I get this output immediately:

Cloning into 'cog-git'...
Traceback (most recent call last):
  File "/usr/local/bin/git-remote-gitifyhg", line 9, in <module>
    load_entry_point('gitifyhg==0.8.4', 'console_scripts', 'git-remote-gitifyhg')()
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 357, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2394, in load_entry_point
    return ep.load()
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2108, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "build/bdist.macosx-10.11-intel/egg/gitifyhg/gitifyhg.py", line 42, in <module>
ImportError: cannot import name readcurrent
@fingolfin
Copy link
Collaborator

gitifyhg isn't really supported anymore. Perhaps try my fork of git-remote-hg at https://github.com/fingolfin/git-remote-hg/

@fingolfin
Copy link
Collaborator

(That said, I have never tested on 10.11, and so I don't know if git-remote-hg will work there, but if you report a bug for that, I'll look into it)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants