Permission problem with user environment
When an offline analysis environment is setup, there seems to be some issue with file permission.
A work around at the moment to update a user environment to current master is to do:
git reset --hard
git pull
in the checkout folder.
Not having permission issue would be better.