I had no problem with setting up the continuous deployment with github but it suddenly stopped working starting from 1/29/2016.
Here is the error log:
+++++++++++++++++++++++++++++
DESCRIPTION Failed to set up continuous deployment for web app PairScreener, using GitHub. Repository 'UpdateSiteSourceControl' operation failed with System.Net.WebException: The remote server returned an error: (409) Conflict.at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Web.Hosting.Administration.SiteRepositoryProvider.TrackerContext.<GetResponseAsync>d__5d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Web.Hosting.Administration.SiteRepositoryProvider.<GetSSHKey>d__36.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Web.Hosting.Administration.GitHubSiteRepositoryProvider.<UpdateSiteSourceControl>d__6.MoveNext().
STATUS Error
TIMESTAMP Sun Jan 31 2016 09:28:07 GMT-0500 (Eastern Standard Time)
UTC TIMESTAMP Sun, 31 Jan 2016 14:28:07 GMT
++++++++++++++++++++++++++++++++++++++++++++++++++
Does anyone know what's going on?