Error credential #15

Closed
opened 2025-11-20 04:11:56 -05:00 by saavagebueno · 1 comment
Owner

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

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_
saavagebueno added the bug label 2025-11-20 04:11:56 -05:00
Author
Owner

@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)"

@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)"`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE-Local#15