# Pass ###### tags: pass ## 安裝 Pass ``` $ sudo apt install pass ``` ## 產生 GPG key ``` $ gpg2 --full-gen-key ``` ## 使用 Pass 管理密碼 ``` $ pass insert google/gmail ``` ## 將 Pass 資料夾上 GIT ``` $ pass init <GPG public KEY> $ git init # 在 github 產生一個 pass 專案,複製連結 $ pass git remote add origin <github 專案連結> $ pass git checkout -b main $ pass git add <欲上傳的資料> $ pass git commit -m "first commit" $ pass git push origin main ``` # 將GPG 公錀 上傳
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up