Created
June 23, 2024 15:49
-
-
Save tbrowder/f9c2ed89b1c7a1f34c6805112ba98251 to your computer and use it in GitHub Desktop.
git-status error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zef install Git::Status --debug --force-install 1> git-status.out | |
The following candidates are already installed: Git::Status | |
===> Searching for: Git::Status | |
===> Found: Git::Status:ver<0.0.3>:auth<zef:lizmat> [via Zef::Repository::Ecosystems<fez>] | |
===> Dependencies: File::Temp | |
===> Fetching: Git::Status | |
[Git::Status] Fetching https://360.zef.pm/G/IT/GIT_STATUS/627c20d8579579cf3ee2f566a75cb07b67d4726d.tar.gz with plugin: Zef::Service::Shell::curl | |
===> Fetching [OK]: Git::Status:ver<0.0.3>:auth<zef:lizmat> to /tmp/.zef/1719156869.497326/1719156873.497326.2901.2042436610095/627c20d8579579cf3ee2f566a75cb07b67d4726d.tar.gz | |
===> Extracting: Git::Status | |
[Git::Status] Extracting with plugin: Zef::Service::Shell::tar | |
===> Extraction [OK]: Git::Status to /tmp/.zef/1719156869.497326/627c20d8579579cf3ee2f566a75cb07b67d4726d.tar.gz | |
===> Filtering: Git::Status:ver<0.0.3>:auth<zef:lizmat> | |
===> Filtering [OK] for Git::Status:ver<0.0.3>:auth<zef:lizmat> | |
===> # SKIP: No need to build Git::Status:ver<0.0.3>:auth<zef:lizmat> | |
===> Staging Git::Status:ver<0.0.3>:auth<zef:lizmat> | |
===> Staging [OK] for Git::Status:ver<0.0.3>:auth<zef:lizmat> | |
===> Testing: Git::Status:ver<0.0.3>:auth<zef:lizmat> | |
[Git::Status] Testing with plugin: Zef::Service::TAP | |
[Git::Status] 1..2 | |
[Git::Status] fatal: not a git repository (or any of the parent directories): .git | |
[Git::Status] ok 1 - The object is-a 'Git::Status' | |
[Git::Status] ok 2 - directory ok | |
[Git::Status] t/01-basic.rakutest .. ok | |
[Git::Status] All tests successful. | |
[Git::Status] Files=1, Tests=2, 0 wallclock secs | |
[Git::Status] Result: PASS | |
===> Testing [OK] for Git::Status:ver<0.0.3>:auth<zef:lizmat> | |
===> Installing staged code | |
===> Installing: Git::Status:ver<0.0.3>:auth<zef:lizmat> | |
===> Install [OK] for Git::Status:ver<0.0.3>:auth<zef:lizmat> | |
===> Installation [OK] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment