mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
Error credential #15
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mcasper73 on GitHub (Oct 6, 2025).
✅ Have you read and understood the above guidelines?
yes
📝 Provide a clear and concise description of the issue.
Hi, i am trying to run the script on Proxmox 9, but it responds with incorrect credentials for logging into GitHub. Shouldn't it be able to download without credentials?
🔄 Steps to reproduce the issue.
install option 1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE-Local/main/install.sh)"
❌ Paste the full error output (if available).
Installation directory [default: /opt/PVESciptslocal]:
⏳ Cloning repository into /opt/PVESciptslocal...
Cloning into '/opt/PVESciptslocal'...
Username for 'https://github.com': mcasper73
Password for 'https://mcasper73@github.com':
remote: Invalid username or token. Password authentication is not supported for Git operations.
fatal: Authentication failed for 'https://github.com/michelroegl-brunner/PVESciptslocal.git/'
✔️ Repository cloned.
environment: line 53: cd: /opt/PVESciptslocal: No such file or directory
⏳ Installing npm dependencies...
npm error code ENOENT
npm error syscall open
npm error path /root/package.json
npm error errno -2
npm error enoent Could not read package.json: Error: ENOENT: no such file or directory, open '/root/package.json'
npm error enoent This is related to npm not being able to find a file.
npm error enoent
npm error A complete log of this run can be found in: /root/.npm/_logs/2025-10-06T09_52_36_158Z-debug-0.log
✔️ Dependencies installed.
⏳ Creating environment file from example...
cp: cannot stat '.env.example': No such file or directory
✔️ .env file created.
⏳ Setting up database directory...
✔️ Database directory created.
⏳ Building application...
npm error code ENOENT
npm error syscall open
npm error path /root/package.json
npm error errno -2
npm error enoent Could not read package.json: Error: ENOENT: no such file or directory, open '/root/package.json'
npm error enoent This is related to npm not being able to find a file.
npm error enoent
npm error A complete log of this run can be found in: /root/.npm/_logs/2025-10-06T09_52_36_455Z-debug-0.log
✔️ Build completed.
⏳ Creating systemd service at /etc/systemd/system/pvescriptslocal.service...
✔️ Systemd service created.
🖼️ Additional context (optional).
No response
@michelroegl-brunner commented on GitHub (Oct 6, 2025):
Try to install it in a LXC container:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pve-scripts-local.sh)"