Abdurrahman KABALCI
Abdurrahman KABALCI
> Hi, I managed to build an AppImage on arch with the following steps: > > ```shell > git clone [email protected]:ecmnet/MAVGCL.git > git clone [email protected]:ecmnet/MAVBase.git > git clone [email protected]:ecmnet/mavcom.git >...
 
I updated the issue description according to bug report template. How can i enter the submodule through the terminal. By `cd submodule_location` or any other specific command? I was generally...
`commit=367b0d331836c90c015bf0c45f88612f3d94d08a, build date=2022-07-20T09:27:56Z, build source=binaryRelease, version=0.35, os=linux, arch=amd64` Still getting the error
- There is no problem at git status - Permissions are the same as other submodules - I get the same error in my another project repository that includes submodules
`git submodule update --init --recursive` works well for me. I can also push and fetch without any problem. Any ssh issue would couse such problems. I also check specified config...
I tried cloning a public widespread github repo. Same result ``` git clone https://github.com/ArduPilot/ardupilot.git cd ardupilot/ git submodule update --init --recursive lazygit ``` - Then go to submodules. - Select...
Yes. All protocols are https. ```bash prihex@pc:~/projects/test/ardupilot$ cat .gitmodules [submodule "modules/uavcan"] path = modules/uavcan url = https://github.com/DroneCAN/libuavcan.git [submodule "modules/waf"] path = modules/waf url = https://github.com/ArduPilot/waf.git [submodule "modules/gbenchmark"] path = modules/gbenchmark...
Any progress?
I am trying to simulate in SITL mode