On 04/21/2012 10:54 PM, hen vertis wrote: > hi > i working with git version 1.7.10.msysgit.1 on windows 7. > my repository is on Ubuntu. > i can make fetch and merge. > but when i trying to push is not working. > any idea will be welcomed. > > best regards > hen > -- > To unsubscribe from this list: send the line "unsubscribe git" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html To help diagnose your problem could you please provide the output of git remote show origin Also try running you push command like this GIT_TRACE=1 git push This will provide more debugging info that might tell us where git push is getting stuck. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html