the use case
- I have built a web app using Python3 and Flask.
- The app works locally
- the app is stored on https://bitbucket.org
deployment on Azure
- I create a new 'app service'
- I set the parameters: Linux machine, Python 3.8, deployed in West Europe, Azure Plan B1
- I go to 'deployment center'
- select bitbucket
- select the repository
- I hit 'deploy'
The error
The deployment starts by cloning the source code but the process generates an error immediately
git-lfs seems to be the issue!
git-lfs smudge '.vscode/launch.json': 1: git-lfs smudge '.vscode/launch.json': git-lfs: Permission denied
error: external filter 'git-lfs smudge %f' failed -1
error: external filter 'git-lfs smudge %f' failed
fatal: .vscode/launch.json: smudge filter lfs failed
/usr/bin/git checkout master --force
What should I do to overcome the issue?
Many thanks for the time you will invest on this issue