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

composer install --prefer-source not working #133

Open
marcgenou opened this issue Jan 18, 2023 · 1 comment
Open

composer install --prefer-source not working #133

marcgenou opened this issue Jan 18, 2023 · 1 comment

Comments

@marcgenou
Copy link

Thanks for creating an issue! Please fill out this form so we can be
sure to have all the information we need, and to minimize back and forth.

  • What are you trying to do?

composer install --prefer-source
We use this command with a satis repo and works syncing and cloning packages and source code (.git folders)

  • What feature or behavior is this required for?

To work in vendors source code without to move elsewhere

  • How could we solve this issue? (Not knowing is okay!)

if this commands worked

  • Anything else?

You can see an output here:

Installing dependencies from lock file (including require-dev)
Package operations: 34 installs, 0 updates, 0 removals

  • Syncing symfony/polyfill-mbstring (v1.27.0) into cache
  • Downloading XXX/lib (v1.0.2)
  • Syncing symfony/deprecation-contracts (v3.2.0) into cache

[...]

  • Installing symfony/polyfill-mbstring (v1.27.0): Cloning 8ad114f6b3 from cache
  • Installing XXX/lib (v1.0.2): Extracting archive
  • Installing symfony/deprecation-contracts (v3.2.0): Cloning 1ee04c6552 from cache

As you can see, downloading instead of syncing and extracting instead of cloning.

Type is hosted for non working private repo. The other one working is a proxy type repository from packagist. Both running in a nexus docker 3.43.0-01

@bartkibilko
Copy link

Same issue here. Bump!

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

2 participants