Jeff Sanders Technical Blog

I am a Microsoft employee that has worked on all aspects of the Web Stack for a long time. I hope these blogs are useful to you! Use this information at your own risk.


<< Go Back

Switching From Dropbox To Github Expected A Git Repository But Found A None Repository

- 27 Nov 2017

If you have dropbox selected for a deployment option and want to switch to github you may get the error message:  Expected a ‘Git’ repository but found a ‘None’ repository at path ‘D:\home\site\wwwroot’.

##

Fix

To switch to Github you need to remove the Application Setting (in Application Settings of the Azure portal)  SCM_NO_REPOSITORY.  Click on the ‘…’ of that setting and choose ‘Delete’

capture20171127152623687

Ref: https://github.com/projectkudu/kudu/wiki/Deploying-inplace-and-without-repository  – search on Dropbox

<< Go Back