История изменений
Исправление
grovekeeper,
(текущая версия)
:
Получилось склонировать через https Но модулей в системе я не нахожу
root@debian:/usr/share# git clone https://git.enlightenment.org/apps/econnman.git
Cloning into 'econnman'...
remote: Enumerating objects: 256, done.
remote: Counting objects: 100% (256/256), done.
remote: Compressing objects: 100% (128/128), done.
remote: Total 256 (delta 123), reused 256 (delta 123)
Receiving objects: 100% (256/256), 157.62 KiB | 431.00 KiB/s, done.
Resolving deltas: 100% (123/123), done.
root@debian:/usr/share# git clone https://git.enlightenment.org/enlightenment/modules/places.git
Cloning into 'places'...
remote: Enumerating objects: 1239, done.
remote: Counting objects: 100% (1239/1239), done.
remote: Compressing objects: 100% (575/575), done.
remote: Total 1239 (delta 867), reused 933 (delta 648)
Receiving objects: 100% (1239/1239), 426.90 KiB | 710.00 KiB/s, done.
Resolving deltas: 100% (867/867), done.
root@debian:/usr/share#
Исходная версия
grovekeeper,
:
Получилось склонировать через https Но модулей в системе я не нахожу
root@debian:/usr/share# git clone https://git.enlightenment.org/apps/econnman.git
Cloning into 'econnman'...
remote: Enumerating objects: 256, done.
remote: Counting objects: 100% (256/256), done.
remote: Compressing objects: 100% (128/128), done.
remote: Total 256 (delta 123), reused 256 (delta 123)
Receiving objects: 100% (256/256), 157.62 KiB | 431.00 KiB/s, done.
Resolving deltas: 100% (123/123), done.
root@debian:/usr/share# git clone https://git.enlightenment.org/apps/places.git
Cloning into 'places'...
fatal: repository 'https://git.enlightenment.org/apps/places.git/' not found
root@debian:/usr/share# git clone https://git.enlightenment.org/enlightenment/modules/places.git
Cloning into 'places'...
remote: Enumerating objects: 1239, done.
remote: Counting objects: 100% (1239/1239), done.
remote: Compressing objects: 100% (575/575), done.
remote: Total 1239 (delta 867), reused 933 (delta 648)
Receiving objects: 100% (1239/1239), 426.90 KiB | 710.00 KiB/s, done.
Resolving deltas: 100% (867/867), done.
root@debian:/usr/share#