Hello List I possibly found a bug in git-http-push: When I push my local repo via http secured with basic authorization, then i get: error: Cannot access URL https://example.ch/example_repo/, return code 22 fatal: git-http-push failed Pushing to https://example.ch/example_repo/ My server log gives PROPPFIND 401, so i seems that the PROPPFIND-sent by git-http-push does not use supplied username/pw via prompt Pulling works without problems. When I change remote URL to https://user:password@xxxxxxxxxx/example_repo, pushing works. I'm using git version 1.9.5.msysgit.1 Thanks Stefan -- 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