Command:
$ git clone --recurse-submodules git@github.com:apache/ofbiz-framework.git && \
git submodule update --remote && \
git add . && \
git commit -m "Updated the submodules" && \
git push
Cloning into 'ofbiz-framework'...
remote: Enumerating objects: 458146, done.
remote: Counting objects: 100% (1320/1320), done.
remote: Compressing objects: 100% (595/595), done.
ssh_dispatch_run_fatal: Connection to 140.82.112.4 port 22: message authentication code incorrect
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
I am able to clone my projects in my repos on GitHub but for some reason I cannot pull ofbiz from GitHub.
So why am I getting this error?
Details:
lsb_release -a
No LSB modules are available.
Distributor ID: Kali
Description: Kali GNU/Linux Rolling
Release: 2022.4
Codename: kali-rolling
Git:
git version 2.35.1