-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot restore Git dependency on Azure web sites #1863
Comments
I don't have azure, so I'm not able to debug this. Any ideas what's going Am 21.08.2016 03:45 schrieb "Tomas Petricek" [email protected]:
|
To my understanding you do not have write permissions to |
Weird. Why would we write there? |
@cdrnet Yeah, I would imagine that that's the problem, although the error message could be a little clearer. |
So if someone can find the place where we try to write there it would be really helpful |
Is there a way to get more verbose log than with The script runs in |
-v is all we have. More details can only be added in pull request. Am 21.08.2016 19:00 schrieb "Tomas Petricek" [email protected]:
|
@tpetricek any chane for me to reproduce that with your project? like pushing more and more paket releases with more detailed logs and see what happens? |
@tpetricek what's Environment.GetFolderPath(Environment.SpecialFolder.UserProfile) giving you? |
@forki Good psychic debugging skills!
|
ok. then I need to work around that. |
any ideas for alternative location for git repo cache? |
I suppose
(Unless the hash sign in the URL breaks something else :-)) Alternatively:
|
ok let's test LocalApplicationData - but tomorrow... |
👍 |
ok release new version with a fix. please try it |
🎉 👏 Everything working now! |
awesome! |
Description
I tried using Paket to install Git dependencies in Azure web sites - running Paket on Azure machine - and it fails to restore Git dependency:
Repro steps
All I had in my
paket.dependencies
wasRelated information
Version of Git on the Azure box is:
The text was updated successfully, but these errors were encountered: