Stack and git are incompatible in Windows 7? -
i have been using stack dependencies management , building system haskell programs in windows 7 pro without problems.
stack --version version 1.3.2, git revision 3f675146590da4f3edf768b89355f798229da2a5 x86_64 hpack-0.15.0
i have installed git windows, , stack cannot download lts files anymore. seems stack trying using new git client instead of internal one.
git --version git version 2.13.3.windows.1
the error when try create new project following:
c:\proj>stack new newproject downloading template "new-template" create project "newproject" in newproject\ ... looking .cabal or package.yaml files use init project. using cabal packages: - newproject\newproject.cabal selecting best among 11 snapshots... fetching package index ...fatal: not git repository: '.git' process exited exitfailure 128: c:\dev\git\apps\git\cmd\git.exe --git-dir=.git fetch --tags failed fetch package index, retrying. removedirectoryrecursive: permission denied (acceso denegado.)
if rename directory git installed, stack works again. not real solution. apreciated
Comments
Post a Comment