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

No such file or directory error during push #77

Open
xobotyi opened this issue Mar 14, 2024 · 0 comments
Open

No such file or directory error during push #77

xobotyi opened this issue Mar 14, 2024 · 0 comments

Comments

@xobotyi
Copy link

xobotyi commented Mar 14, 2024

Attempting to perform composer push command on windows 11 with php 8.3.4 causes following error:

***> composer push                          

In PushCommand.php line 159:
                                                                                             
  unlink(***\AppData\Local\Temp\comA3FA.tmp.zip): No such file or directory  
                                                                                             

In ZipArchiver.php line 93:
                                             
  ZipArchive::close(): Read error: No error  
                                             

push [--name NAME] [--url URL] [--type TYPE] [--repository REPOSITORY] [--username USERNAME] [--password PASSWORD] [-i|--ignore [IGNORE]] [--ignore-dirs [IGNORE-DIRS]] [--ignore-by-git-attributes] [--ignore-by-composer] [--src-type SRC-TYPE] [--src-url SRC-URL] [--src-ref SRC-REF] [--keep-vendor] [--keep-dot-files] [--ssl-verify [SSL-VERIFY]] [--access-token [ACCESS-TOKEN]] [--] [<version>]

Dependency version is 1.0.4, composer config related to plugin is following:

{
    "require-dev": {
        "elendev/composer-push": "^1.0"
    },
    "extra": {
        "push": {
            "url": "***",
            "type": "nexus",
            "ssl-verify": true,
            "ignore-by-git-attributes": true
        }
    },
    "config": {
        "allow-plugins": {
            "elendev/composer-push": true
        }
    },
}
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