git - Importing project from Github doesn't work in Aptana -


i try import project github in aptana via import project --> git repository new project. login using github credentials , lists repositories. choose repository import.

but hangs on resolving deltas: (6/6), 100% done.

i tried download git windows , point aptana git executable, doesn't change anything.

edit:

i found out similar happens when connect existing project github repo. when pushing or pulling, aptana hangs on launching delegate....

one workaround try first clone repo in command line (with git windows) , import project in aptana.

if clone doesn't work, need investigate (partially cloned), in blog post:

  • check git fsck returns,
    instance, blog post suggests using git merge, adds in comments:

since pack files have been downloaded correctly need interrupt process ctrl+c, git fetch fetch branch information remote repository , checkout master (or other) branch again git checkout master


nicholas dipiazza confirms issue in comments:

i use mysysgit - same problem git client try , use on windows.
seems run git pull or git push, hang on "launching delegate". it's defect.
using terminal , running commands freeze work-around.


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -