Giter VIP home page Giter VIP logo

Comments (3)

Renari avatar Renari commented on August 22, 2024

After doing a little digging it seems this is irrelevant to the above error.

"git", "config", "--local", "user.name", "GodotEnv"

Is initializing a git repo in this location, when attempting to perform these steps manually I encountered the error:

$ git config --local user.email [email protected]
fatal: --local can only be used inside a git repository
$ git status
fatal: detected dubious ownership in repository at '//TRUENAS/dev/godot-game/addons/imrp'
'//TRUENAS/dev/godot-game/addons/imrp' is on a file system that does not record ownership
To add an exception for this directory, call:

        git config --global --add safe.directory '%(prefix)///TRUENAS/dev/godot-game/addons/imrp'

Running the above recommended command, removing ./.addons/imrp and ./addons/imrp, and rerunning godotenv addons install the process went through successfully.

from godotenv.

Renari avatar Renari commented on August 22, 2024

It seems this is related to this CVE:

https://github.blog/2022-04-12-git-security-vulnerability-announced/

Since I'm not using a shared system, this CVE isn't that relevant to me so it's somewhat safe to just whitelist all directories.

from godotenv.

jolexxa avatar jolexxa commented on August 22, 2024

Haven't seen that before. GodotEnv creates temporary repos for addons it installs to be able to track whether or not they've been manually edited. If they have, it won't reinstall over them because it doesn't want to erase your work. Thank you for sharing your findings!

from godotenv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.