Skip to content

Instantly share code, notes, and snippets.

@itcharlie
Created April 30, 2016 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itcharlie/cec33e5b470f19e215a7fbc9c9258e9a to your computer and use it in GitHub Desktop.
Save itcharlie/cec33e5b470f19e215a7fbc9c9258e9a to your computer and use it in GitHub Desktop.
Panda install error without Git shell
PS C:\Users\cgonzalez> panda install HTTP::UserAgent
==> HTTP::UserAgent depends on DateTime::Parse, Encode, IO::Capture::Simple
==> Fetching DateTime::Parse
'git' is not recognized as an internal or external command,
operable program or batch file.
fetch stage failed for DateTime::Parse: Failed cloning git repository 'git://github.com/sergot/datetime-parse.git'
in method install at C:\rakudo\share\perl6\site\sources\9036849E1656E91211D00AB4530B81D29A7D6E82 line 142
in block at C:\rakudo\share\perl6\site\sources\9036849E1656E91211D00AB4530B81D29A7D6E82 line 229
in method resolve at C:\rakudo\share\perl6\site\sources\9036849E1656E91211D00AB4530B81D29A7D6E82 line 223
in sub MAIN at C:\rakudo\share\perl6\site/resources/76CD539C815A33F2891D2EF3D6D96B1081567AD1 line 18
in block <unit> at C:\rakudo\share\perl6\site/resources/76CD539C815A33F2891D2EF3D6D96B1081567AD1 line 150
Failure Summary
----------------
HTTP::UserAgent(
*fetch stage failed for DateTime::Parse: Failed cloning git repository 'git://github.com/sergot/datetime-parse.git
')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment