Skip to content
New issue

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

Extremely unusual issue: package.json missing after cloning #4890

Open
ThEDRiFTER1 opened this issue Feb 6, 2025 · 0 comments
Open

Extremely unusual issue: package.json missing after cloning #4890

ThEDRiFTER1 opened this issue Feb 6, 2025 · 0 comments

Comments

@ThEDRiFTER1
Copy link

Hi Metaplex maintainers,

I'm encountering a very strange issue when trying to clone the Metaplex repository. The package.json file is consistently missing after cloning, even when I try cloning into different directories (including /tmp).

Here are the exact steps I'm taking:

  1. cd ~
  2. rm -rf metaplex (if it exists)
  3. git clone https://github.com/metaplex-foundation/metaplex.git
  4. cd metaplex
  5. ls -l package.json (This shows "No such file or directory")

I've also tried the following troubleshooting steps:

  • Checked for sparse checkout (both globally and locally) and disabled it.
  • Checked for submodules (there are none).
  • Cloned into different directories (including /tmp).
  • Downloaded the ZIP archive (and package.json is present in the ZIP).
  • Tried cloning with both HTTPS and SSH.
  • Verified my Git version: git --version (Output: [Your Git Version])
  • Verified I can clone other repositories successfully (e.g., git clone https://github.com/torvalds/linux.git works fine).

My operating system is: [Your Linux Distribution (e.g., Kali Linux 2023.4)]
My uname -a output is: [Your uname -a Output]
My df -h output is: [Your df -h Output]

I'm not using any virtualization software. I am/am not behind a firewall/proxy.

The fact that I can clone other repositories successfully makes me believe the issue is specific to the Metaplex repository or how my system interacts with it. The fact that package.json is present in the ZIP archive further suggests a problem with the git clone process for this specific repository.

I'd greatly appreciate any help in resolving this issue. Please let me know if you need any further information.

Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant