- TortoiseHg version 5.0.2
-
Create a repo locally using TortoiseHg.
-
Create an empty repo on GitHub.
-
Enable the extention hggit.
Here I enable it on a per repo basis.
-
Copy the GitHub repo's URL. In the Synchronize settings, paste the URL and prefix it with
git+
. -
Execute
outgoing
orpush
now. I see this error message:No module named selectors!
. -
Google. Found this: hg-git "abort: No module named selectors!".
Evengard
For the people who are like me searching for a solution - I’ve crafted the library.zip specifically for 5.0.2 using the instructions from @vitidev . “Plug and play”. Just unpack the ZIP into your TortoiseHG folder. https://drive.google.com/open?id=1vHV8ObokiOkYSorZJZqFHEgvtcLIVSe3
2019-10-19
-
Download the link above. Extract and overwrite.
Program Files\TortoiseHg\lib\ ├ cacert.pem ├ library.zip ├ library.zip.bak // Just a backup
-
-
outgoing
andpush
works now. Repo pushed to GitHub successfully.