情迁博客抛弃tortoisegit的ppk改用ssh配置文件提交git更方便配置sshconfig

抛弃tortoisegit的ppk改用ssh配置文件提交git更方便配置sshconfig

发表于2024-02-26|更新于2024-12-31|git
|浏览量:
文章作者: 情随事迁
文章链接: https://lozn.top/2024/02/26/%E6%8A%9B%E5%BC%83tortoisegit%E7%9A%84ppk%E6%94%B9%E7%94%A8ssh%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6%E6%8F%90%E4%BA%A4git%E6%9B%B4%E6%96%B9%E4%BE%BF%E9%85%8D%E7%BD%AE-ssh-config/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 情迁博客!
git
赞助
  • alipay
    alipay
  • wechat
    wechat
相关推荐
2017-07-07
20180611
文章字数:23,阅读全文大约需要1分钟 12345678910111213141516[core] bare = false repositoryformatversion = 0 filemode = false symlinks = false ignorecase = true logallrefupdates = true[remote "origin"] url = http://172.10.3.196/luozheng/qssq-new.git fetch = +refs/heads/*:refs/remotes/origin/* pushurl = http://qssq666.cn/luozheng/xxx-new.git[remote "origin_gitee"] url = https://gitee.com/qssq666/qssq.git fetch = +refs/heads/*:refs/remotes/origin_gitee/* pushurl =...
2023-02-04
GIT目录权限detecteddubiousownershipinrepository问题彻底解决大全
简书链接:GIT目录权限detecteddubiousownershipinrepository问题彻底解决大全文章字数:390,阅读全文大约需要1分钟S-1-5-21-3257150636-2615534255-2073077562-1001 这个问题给我很大困扰,我的电脑因为强制改用户名造成了大量bug,无法删除用户 安全选项卡搜索不到用户只能搜到组 方法1最难受的方法就是添加安全目录,git config --global --add safe.directory D:/dev/misc/hexo-src-master/hexo-src-master关于安全目录实际上是进入.gitconfig 12345678910111213141516[user] name = example email = ex[safe] directory =D:/dev/b/IPRedirect1 directory =D:/dev/a/project_detect_program_param/ConsoleApp_core directory =...
2021-08-08
OpenSSLSSLconnectConnectionwasresetinconnectiontogithubcom
简书链接:OpenSSLSSLconnectConnectionwasresetinconnectiontogithubcom文章字数:308,阅读全文大约需要1分钟查看配置 1git config --global -l 12345C:\Users\lozn>git config --global http.proxy 127.0.0.1:7890C:\Users\lozn>git config --global https.proxy 127.0.0.1:7890C:\Users\lozn>git config --global remote.origin.proxy 127.0.0.1:7890 https://www.cnblogs.com/LandWind/p/github_SSL_connect_error_443.html我的remote.origin.proxy=是空的,我给它设置上代理终于解决了这个问题, 网上那些方法都没用。如git config --global --add remote.origin.proxy...
2021-08-15
SupportforpasswordauthenticationwasremovedonAugust132021解决办
简书链接:SupportforpasswordauthenticationwasremovedonAugust132021解决办文章字数:823,阅读全文大约需要3分钟 https://github.com/qssq/CustomTVDesktopLauncher.git替换成https://**你的token@**github.com/qssq/CustomTVDesktopLauncher.git黑色加粗就是你需补充的内容,简单粗暴。可直接推送, 还有一种办法是使用OpenSSH转Putty Key tortoriseGit提交的方法,这样同样避免了你不用再输入密码。这个我另外写了一篇教程。https://www.jianshu.com/p/acd793f66af2 ok,上面说的使用开发工具和github desktop的填写token推送,关于token的创建下面的地址直达。 1234git.exe push --progress "origin" master:masterremote: Support...
2018-04-19
原创windowgitchannelfailedtoreceivehandshakeSSLTLSconnection
简书链接:原创windowgitchannelfailedtoreceivehandshakeSSLTLSconnection文章字数:407,阅读全文大约需要1分钟 12345678git.exe push --progress "origin" masterfatal: unable to access 'https://github.com/qssq/DBUtilX.git/': schannel: failed to receive handshake, SSL/TLS connection...
2023-02-04
detecteddubiousownershipinrepository问题解决
简书链接:detecteddubiousownershipinrepository问题解决文章字数:188,阅读全文大约需要1分钟S-1-5-21-3257150636-2615534255-2073077562-1001 这个问题给我很大困扰,我的电脑因为强制改用户名造成了大量bug,无法删除用户 安全选项卡搜索不到用户只能搜到组 要把所有者改一下,不过修改时间超级漫长.搜不到用户我只能搜索管理员组了 这样就完成了.

评论
avatar
情随事迁
人生在世 生活怎么选择 怎么快乐 每个人有不同的看法,而我 对人生的看法就是,我不奢望金钱和权力,奢望时间,奢望和谐的社会,奢望不忘的记忆,我有无比绝大的求知欲望,缺又不不得不面对记忆因为当下没有去应用而被遗忘,而人和电脑核心一样,多线程也只能叫切换,不能同时工作! 所以这是我奢望的也是求之不来的东西.
文章
1520
标签
78
分类
68
Follow Me
公告
[email protected] 微信公众号: 情迁说科技
目录
  1. 1. ppk转openssh key
  2. 2. 工作账号配置
  3. 3. 个人账号配置
最新文章
无标题2024-12-31
Hello World2024-12-31
在blender中导出模型给threejs用3dsprite出现缩放或者位置不对问题排查2024-12-25
blender重拾布局纹理染色和材质化编辑找回丢失的记忆2024-12-18
tailscale安装失败提示已经安装的解决办法2024-12-17
©2019 - 2024 By 情随事迁
框架 Hexo|主题 Butterfly