i setup a azure website in free tier, and also in the management portal, setup the deployment from source control, then in following screen, ask where is your source code, , i select [Local Git repository].
After the setup, yesterday i was able to go to the deployment tab of that website in the management portal , it shows the information about the git
url .
this morning, i went to the deployment tab, then i got an error:
Could not connect to the Local Git repository.
The details says:
Scm service error is "Response status code does not indicate success: 403 (Forbidden).
Any idea?
Here is the steps i followed.
http://azure.microsoft.com/en-us/documentation/articles/web-sites-publish-source-control/
The "the Local Git repository" in the error message, does that mean the local git on my local computer? As i understand, i should push my local git on my computer to azure, why would azure try to connect to my local git ? There is no way, right?