Browse Source

creds: https -> http

CrazyDoctor 1 year ago
parent
commit
a05251c044
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .git-credentials.tmpl
  2. 1 1
      .gitconfig.tmpl

+ 1 - 1
.git-credentials.tmpl

@@ -1 +1 @@
-https://${gitUsername}:${gitPassword}@${commentsRepoUrl}
+http://${gitUsername}:${gitPassword}@${commentsRepoUrl}

+ 1 - 1
.gitconfig.tmpl

@@ -1,6 +1,6 @@
 [credential]
 	helper = store
-[credential "https://${commentsRepoUrl}"]
+[credential "http://${commentsRepoUrl}"]
 	provider = generic
 [user]
 	email = ${gitEmail}