From 3e18f51feec5d9d30eba28cf19b3ff5917a8b257 Mon Sep 17 00:00:00 2001 From: Simone Magnani Date: Wed, 20 May 2020 21:11:29 +0200 Subject: [PATCH] Modified libbpf submodule clone method In this commit the submodule libbpf is restored to be clone through https instead of ssh. This allows both new Polycube consumers and whoever clones this library to work even though he does not have access to github using rsa keys Signed-off-by: Simone Magnani --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 1a1c35c27d17..aeb53483ade6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "src/cc/libbpf"] path = src/cc/libbpf - url = git@github.com:libbpf/libbpf.git + url = https://github.com/libbpf/libbpf.git