Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git clone exited with non-zero status: 128 #28

Open
vitrix1 opened this issue Aug 6, 2024 · 0 comments
Open

git clone exited with non-zero status: 128 #28

vitrix1 opened this issue Aug 6, 2024 · 0 comments

Comments

@vitrix1
Copy link

vitrix1 commented Aug 6, 2024

The first git clone from the client causes the repository to appear on the git-cache-http server, the second time git clone from the client leads to an error on the git-cache-http server: git clone exited with non-zero status: 128.
Apparently, the git-cache-http-server is trying to clone the repository again and is faced with the error that the repository already exists. A should send the repository from the cache to the client machine

   git-cache-http-server.service - Caching git http server
   Loaded: loaded (/etc/systemd/system/git-cache-http-server.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Tue 2024-08-06 05:22:15 EDT; 4s ago
  Process: 9839 ExecStart=/root/.nvm/versions/node/v12.3.1/bin/git-cache-http-server --cache-dir /root/git_cache (code=exited, status=1/FAILURE)
 Main PID: 9839 (code=exited, status=1/FAILURE)

Aug 06 05:22:15 localhost.localdomain git-cache-http-server[9839]: at maybeClose (internal/child_process.js:1021:16)
Aug 06 05:22:15 localhost.localdomain git-cache-http-server[9839]: at Socket.<anonymous> (internal/child_process.js:430:11)
Aug 06 05:22:15 localhost.localdomain git-cache-http-server[9839]: at Socket.emit (events.js:200:13)
Aug 06 05:22:15 localhost.localdomain git-cache-http-server[9839]: at Pipe.<anonymous> (net.js:586:12) {
Aug 06 05:22:15 localhost.localdomain git-cache-http-server[9839]: val: 'git clone exited with non-zero status: 128',
Aug 06 05:22:15 localhost.localdomain git-cache-http-server[9839]: message: 'git clone exited with non-zero status: 128'
Aug 06 05:22:15 localhost.localdomain git-cache-http-server[9839]: }
Aug 06 05:22:15 localhost.localdomain systemd[1]: git-cache-http-server.service: main process exited, code=exited, status=1/FAILURE
Aug 06 05:22:15 localhost.localdomain systemd[1]: Unit git-cache-http-server.service entered failed state.
Aug 06 05:22:15 localhost.localdomain systemd[1]: git-cache-http-server.service failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant