OneDev script miss a dependency #267

Closed
opened 2026-02-04 17:32:02 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @ither on GitHub (Jan 4, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

oneDev

📂 What was the exact command used to execute the script?

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/onedev.sh)"

📝 Provide a clear and concise description of the issue.

Hi, I created a new instance of OneDev using the script, and it was good, but when I tried to import any project from another repository, it gave an error. The problem was not obvious at first, but the issue was that the dependency 'git-lfs' was not installed.

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

  • Create a new OneDev instance
  • Import a project from URL

🖼️ Additional context (optional).

Doing sudo apt install git-lfs solved the issue

Originally created by @ither on GitHub (Jan 4, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? oneDev ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/onedev.sh)" ### 📝 Provide a clear and concise description of the issue. Hi, I created a new instance of OneDev using the script, and it was good, but when I tried to import any project from another repository, it gave an error. The problem was not obvious at first, but the issue was that the dependency 'git-lfs' was not installed. ### ⚙️ What settings are you using? - [ ] Default Settings - [X] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. - Create a new OneDev instance - Import a project from URL ### 🖼️ Additional context (optional). Doing `sudo apt install git-lfs` solved the issue
Author
Owner

@MickLesk commented on GitHub (Jan 4, 2025):

done

@MickLesk commented on GitHub (Jan 4, 2025): done
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#267