Skip to content

Instantly share code, notes, and snippets.

@flyotlin
Last active August 6, 2022 00:53
Show Gist options
  • Save flyotlin/53dcabfb4b3e2584f8dd95f819616d92 to your computer and use it in GitHub Desktop.
Save flyotlin/53dcabfb4b3e2584f8dd95f819616d92 to your computer and use it in GitHub Desktop.

Revisions

  1. flyotlin revised this gist Aug 6, 2022. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion config.json
    Original file line number Diff line number Diff line change
    @@ -3,5 +3,6 @@
    "registry.gitlab.com": {
    "auth": "base64 encode `username:password`"
    }
    }
    },
    "credsStore": "desktop"
    }
  2. flyotlin created this gist Aug 6, 2022.
    7 changes: 7 additions & 0 deletions config.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    {
    "auths": {
    "registry.gitlab.com": {
    "auth": "base64 encode `username:password`"
    }
    }
    }