Replies: 2 comments 1 reply
-
Hello , I have tried on osX and it just worked It is because of the colon in the file |
Beta Was this translation helpful? Give feedback.
1 reply
-
@KibiDabi it has been solved |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I execute git clone I get this:
Cloning into 'openstatus'...
remote: Enumerating objects: 14991, done.
remote: Counting objects: 100% (14991/14991), done.
remote: Compressing objects: 100% (5700/5700), done.
remote: Total 14991 (delta 9327), reused 13381 (delta 8417), pack-reused 0
Receiving objects: 100% (14991/14991), 14.66 MiB | 9.31 MiB/s, done.
Resolving deltas: 100% (9327/9327), done.
error: invalid path 'apps/docs/api-reference/incident/get-incident:id.mdx'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
After that I tried to run pnpm install and I get this message:
ERR_PNPM_NO_PKG_MANIFEST No package.json found in C:\Users\sljevar\My\React_Projects\Cloned_Projects\openstatus
Can you please help me with this?
Beta Was this translation helpful? Give feedback.
All reactions