Preparation, SSH keygen:

$ git config --global user.name "calos"
$ git config --global user.email "359000081@qq.com"

cd ~/.ssh

$ ssh-keygen -t rsa -C “359000081@qq.com”

id_rsa和id_rsa.pub

加密钥到ssh:ssh-add id_rsa.pub

cat ~/.ssh/id_rsa.pub 

1. tortoise git configuration:

customarily: normal: remember to add edit 'global .gitconfig' adding

[credential]
helper = store

2. vscode usage:

use vs code to manage local git commits

16.7.29:

today I removed the credential section in global .config file, it worked. still have no idea why it behaves like this. Should I keep the section or not?

Now: removed.

08.11

git remote

git clone

git push

git pull

git config

git commit

git config --global credential.helper store

最新文章

  1. 初识openstack
  2. Hibernate5.2之一对一主键关联(四)
  3. 基于纯 CSS3 技术实现美观的标签云效果
  4. Android之hint提示字体大小修改,显示完全
  5. mormot THttpApiServer使用例子
  6. SQL Server 内存中OLTP内部机制概述(四)
  7. 禁用mac Command w
  8. linux面试题及答案
  9. js模仿jquery里的几个方法next, pre, nextAll, preAll
  10. Obective-C之宏定义
  11. springmvc获取jar中的静态资源与jar包中的资源互相引用问题
  12. wordpress怎么禁止文章复制
  13. build.gradle
  14. phpmyadmin拿webshell
  15. Java 企业级 JavaEE
  16. 最全的CSS浏览器兼容问题【CSS技巧 】
  17. SharePoint 改动passwordWeb Part部署方案
  18. 26QTimer定时器的使用
  19. php5.4一下 json_encode 不转义中文
  20. Java并发性和多线程介绍目录

热门文章

  1. Java:按值传递还是按引用传递详细解说
  2. Blender to XPS(blender 2.7x Internal materials)
  3. JBoss的安装与配置(对应eclipse配置)【转】
  4. 我的第一个chrome扩展(2)——基本知识
  5. .NET 可空值类型
  6. 关于Bitcode的探索
  7. php动态读取数据清除最右边距
  8. [LeetCode] Letter Combinations of a Phone Number(bfs)
  9. svn利用TortoiseSVN忽略文件或文件夹
  10. linux root不能用