fluentassertions / fluentassertions.mvc

Fluent Assertions extensions for ASP.NET MVC
Microsoft Public License
35 stars 10 forks source link

Change file mode of NuGet.exe to allow execution in new checkouts. #23

Closed jamiehumphries closed 9 years ago

jamiehumphries commented 9 years ago

When I cloned the code the NuGet.exe permissions were set to readonly. This should fix that for future checkouts.

kevinkuszyk commented 9 years ago

What problem did you see? I just made a fresh clone of the master and I don't see the read only flag set on nuget.exe.

jamiehumphries commented 9 years ago

When I get a fresh clone of the project I do not have permission to execute the exe and have to enable this manually. This means (for example) that NuGet package restore fails in Visual Studio.

image

I am using Windows 8.1 and Cygwin Git. My global config for Git's core.fileMode is set to false.

kevinkuszyk commented 9 years ago

That's odd - I don't see that on my machine. It looks like it will help you and others too so I will merge. Thanks for the contribution.

jamiehumphries commented 9 years ago

Thanks, just re-cloned with that change and now I can execute the file :smile: