소스 검색

Clone submodules as HTTPS instead of SSH

circular17 2 달 전
부모
커밋
1f94520cb5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .gitmodules

+ 2 - 2
.gitmodules

@@ -1,6 +1,6 @@
 [submodule "use/bgrabitmap"]
 	path = use/bgrabitmap
-	url = [email protected]:bgrabitmap/bgrabitmap.git
+	url = https://github.com/bgrabitmap/bgrabitmap.git
 [submodule "use/bgracontrols"]
 	path = use/bgracontrols
-	url = [email protected]:bgrabitmap/bgracontrols.git
+	url = https://github.com/bgrabitmap/bgracontrols.git