You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running bfg always say Aborting : E:\scoop\apps\bfg\current is not a valid Git repository.
Because bfg detects whether the current working directory is a git repository, and the change in #5872 makes the working directory always the installation directory of bfg, which breaks its operating mechanism.
E:\desktop\f-droid-template [BARE:main]> bfg --delete-folders fdroid
bfg 1.14.0
Usage: bfg [options] [<repo>]
...
Aborting : E:\scoop\apps\bfg\current is not a valid Git repository.
Apktool also encounters the same problem.
Expected Behavior
bfg works.
Additional context/output
Possible Solution
@niheaven Revert the changes of #5872. I have tested it locally, which makes bfg work properly.
System details
Windows version: 11
OS architecture: 64bit
PowerShell version: 7.4.4
Additional software: [(optional) e.g. ConEmu, Git]
Bug Report
Current Behavior
Running bfg always say
Aborting : E:\scoop\apps\bfg\current is not a valid Git repository
.Because bfg detects whether the current working directory is a git repository, and the change in #5872 makes the working directory always the installation directory of bfg, which breaks its operating mechanism.
Apktool also encounters the same problem.
Expected Behavior
bfg works.
Additional context/output
Possible Solution
@niheaven Revert the changes of #5872. I have tested it locally, which makes bfg work properly.
System details
Windows version: 11
OS architecture: 64bit
PowerShell version: 7.4.4
Additional software: [(optional) e.g. ConEmu, Git]
Scoop Configuration
The text was updated successfully, but these errors were encountered: