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
error: cannot move source.tmp\gettext-0.22.3 to source Permission denied
On windows, sometimes restarting the os solved the issue, other it didnt.
After taking a look at the following instructions i modified the download script "xmake\modules\private\action\require\impl\actions\download.lua", changing every os.mv instruction to a pair of os.cp and os.rm. After that, all the issues seem to be gone.
Now i wonder if is it possible for this patch to be applied for windows in the repo.
Xmake Version v2.5.6 Operating System Version and Architecture Windows 11 21H2 Git Version git version 2.34.0.windows.1 did not work git version 2.38.0.windows.1 also did not work
edit C:\Program Files\xmake\modules\private\action\require\impl\actions\download.lua os.mv => os.cp can work
Then how about this one? This issue happens with curl, not git
In the past moths i had a lot of problems like:
Now i wonder if is it possible for this patch to be applied for windows in the repo.
Then how about this one? This issue happens with curl, not git
Originally posted by @xq114 in #2902 (comment)
The text was updated successfully, but these errors were encountered: