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
The unity/build command fails to access private Git repositories due to lack of Git credential configuration in the Docker environment. This command works fine in Linux and MacOS execution environments.
How to reproduce
Set up a Unity project with dependencies on a private Git repository
Configure CircleCI to build the project using game-ci/unity orb
Observe failure in resolving private repositories during the build
Expected behavior
The build process should authenticate and access private Git repositories seamlessly, resolving all dependencies.
Additional details
Returned error:
An error occurred while resolving packages:
Project has invalid dependencies:
<git package>: Error when executing git command. Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Currently, the script doesn't handle Git authentication for private repositories inside the Docker container, leading to failed builds when private dependencies are involved.
The text was updated successfully, but these errors were encountered:
Orb version
1.6.0
Execution environment
Bug description
The
unity/build
command fails to access private Git repositories due to lack of Git credential configuration in the Docker environment. This command works fine in Linux and MacOS execution environments.How to reproduce
game-ci/unity
orbExpected behavior
The build process should authenticate and access private Git repositories seamlessly, resolving all dependencies.
Additional details
Returned error:
Currently, the script doesn't handle Git authentication for private repositories inside the Docker container, leading to failed builds when private dependencies are involved.
The text was updated successfully, but these errors were encountered: