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:
since pack files have been downloaded correctly need interrupt process ctrl+c,
git fetch
fetch branch information remote repository , checkout master (or other) branch againgit checkout master
- see if there proxy issue (like switching ntlm authenticated proxy cntlm)
- check, in this answer,
git verify-pack
returns.
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
Post a Comment