Why am I not getting the "URL found for the submodule path" using sourcetree?

When I tried to clone the project, why am I getting this error:

enter image description here

It was said that no URL was found for the submodule path in .gitmodules

Anyway, where is the location file .gitmodules? How to fix the error? thanks in advance

+6
source share
1 answer

As Git Docs says (my selection):

The .gitmodules file, located in the top-level directory of the Git working tree, is a text file with syntax that meets the requirements of git-config.

, C:\Users\Asus\Documents\PDA, C:\Users\Asus\Documents\PDA\.gitmodules.

URL; , URL. , URL.

0

Source: https://habr.com/ru/post/1674107/


All Articles