Skip to content

Instantly share code, notes, and snippets.

View zzwx's full-sized avatar
🗨️
Coding

zzwx

🗨️
Coding
View GitHub Profile
@zzwx
zzwx / git-credential-helper-libsecret.sh
Created November 26, 2020 19:20 — forked from P403n1x87/git-credential-helper-libsecret.sh
Store git credentials securely on Ubuntu
#!/bin/bash
set -e
sudo apt-get -y install libsecret-1-0 libsecret-1-dev libglib2.0-dev
sudo make --directory=/usr/share/doc/git/contrib/credential/libsecret
git config --global credential.helper /usr/share/doc/git/contrib/credential/libsecret/git-credential-libsecret