We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Script install aborts with error: pathspec '2.11.1' did not match any file(s) known to git
DISTRIB_ID=Ubuntu DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIPTION="Ubuntu 22.04.2 LTS"
`Cloning Saleor from github...
Cloning into 'saleor'... remote: Enumerating objects: 207807, done. remote: Total 207807 (delta 0), reused 0 (delta 0), pack-reused 207807 Receiving objects: 100% (207807/207807), 167.58 MiB | 24.11 MiB/s, done. Resolving deltas: 100% (152377/152377), done. error: pathspec '2.11.1' did not match any file(s) known to git saleor@c1:~$ `
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
Same here +1
That'ss an older version and I think obsolete, so it's not finding the path to that repo to install.
This script needs to be updated and I don't have time currently. May take me some weeks to get to it as I'm currently very busy with clients.
Any pull req. will be pushed out, and greatly appreciated.
Sorry about this.
I've updated the script for Saleor v3.13.0
pathspec error: pathspec '3.13.0' did not match any file(s) known to git :/
No branches or pull requests
Script install aborts with error: pathspec '2.11.1' did not match any file(s) known to git
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.2 LTS"
`Cloning Saleor from github...
Cloning into 'saleor'...
remote: Enumerating objects: 207807, done.
remote: Total 207807 (delta 0), reused 0 (delta 0), pack-reused 207807
Receiving objects: 100% (207807/207807), 167.58 MiB | 24.11 MiB/s, done.
Resolving deltas: 100% (152377/152377), done.
error: pathspec '2.11.1' did not match any file(s) known to git
saleor@c1:~$ `
The text was updated successfully, but these errors were encountered: