Abdurrahman KABALCI

Results 11 comments of 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 >...

![Screenshot from 2022-08-16 04-06-19](https://user-images.githubusercontent.com/13886544/184771192-532e9fa8-fb86-48a1-8792-04df037b1ae0.png) ![Screenshot from 2022-08-16 04-06-27](https://user-images.githubusercontent.com/13886544/184771279-37b946d3-dfdf-40b2-897c-4d9840cb9bf4.png)

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...

I am trying to simulate in SITL mode