[GH-ISSUE #28] Error credential #13

Closed
opened 2026-02-26 12:39:55 +03:00 by kerem · 1 comment
Owner

Originally created by @mcasper73 on GitHub (Oct 6, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE-Local/issues/28

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). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE-Local/issues/28 ### ✅ 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_
kerem 2026-02-26 12:39:55 +03:00
  • closed this issue
  • added the
    bug
    label
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)"

<!-- gh-comment-id:3371242440 --> @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.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE-Local#13
No description provided.