Bootstrap

http拉取git仓库,每次都要输入帐号密码,Ubuntu上记住帐号密码

1,用文本形式,打开.git-credentials文件

     sudo gedit .git-credentials

2,在里面输入

       http://username:[email protected]

      其中,http://username:password@git服务器域名

3,刷新

git config --global credential.helper store

4,这时

      /home/用户名/.gitconfig 会新增一项

  helper = store

  这是再执行git push/pull的时候就不会在要求你输入密码了。

悦读

道可道,非常道;名可名,非常名。 无名,天地之始,有名,万物之母。 故常无欲,以观其妙,常有欲,以观其徼。 此两者,同出而异名,同谓之玄,玄之又玄,众妙之门。

;