fatal: not a git repository #419
Replies: 2 comments
-
user@user-tpvm:~/Documents/bluecherry-apps-3.0.2$ su
|
Beta Was this translation helpful? Give feedback.
-
The build_pkg_native.sh script does not clone the git repository; it assumes you've already done that. All of the files in your /home/user/Documents/bluecherry-apps-3.0.2 folder should have come from github via a clone command, such as:
If you don't have a folder named .git in /home/user/Documents/bluecherry-apps-3.0.2/ then you didn't properly clone the repository. |
Beta Was this translation helpful? Give feedback.
-
git submodule foreach --recursive 'git clean -dxf && git reset --hard'
fatal: not a git repository (or any of the parent directories): .git
Beta Was this translation helpful? Give feedback.
All reactions