dockergitea忘记密码的处理
发表于|更新于|git
|浏览量:
简书链接:dockergitea忘记密码的处理
文章字数:32,阅读全文大约需要1分钟gitea admin user change-password -u lozn -p yourpwd
docker连接后,默认root权限,提示只支持git权限运行 uid改成get即可whoami
查看当前用户
文章作者: 情随事迁
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 情迁博客!
相关推荐
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,无法删除用户 安全选项卡搜索不到用户只能搜到组 要把所有者改一下,不过修改时间超级漫长.搜不到用户我只能搜索管理员组了 这样就完成了.
评论

情随事迁
人生在世 生活怎么选择 怎么快乐 每个人有不同的看法,而我 对人生的看法就是,我不奢望金钱和权力,奢望时间,奢望和谐的社会,奢望不忘的记忆,我有无比绝大的求知欲望,缺又不不得不面对记忆因为当下没有去应用而被遗忘,而人和电脑核心一样,多线程也只能叫切换,不能同时工作! 所以这是我奢望的也是求之不来的东西.
Follow Me公告
[email protected] 微信公众号: 情迁说科技