avatar
Articles
317
Tags
187
Categories
21
Home
Archieves
Tags
Categories
BIM
Devs
Link
About
Broccoli's Devvs2019推送github时报错:githubterminal prompts disabled Back to Home
Search
Home
Archieves
Tags
Categories
BIM
Devs
Link
About

vs2019推送github时报错:githubterminal prompts disabled

Created2020-03-11|Updated2026-01-08|devtools
|Post Views:
仅提供中文版本

通过修改.git/config文件修改[remote origin]下url为https://uesr.name:[email protected]/******
user.name 为用户名
user.secret 为用户密码
前辈博客链接

Author: Broccoli
Link: https://xlx.dev/vs2019-github-push-error/
Copyright Notice: All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
vs2019git
cover of previous post
Previous
REVIT Component Connection and Instance Type Connection Node
Connection interface between components is: JoinGeometryUntils Allowed connections between instances; Wall is: WallUntils Structural framing is: StructuralFramingUtils
cover of next post
Next
vs2019 Push Github Error: githubterminal prompts disabled
By modifying .git/config file modify url under [remote origin] to https://uesr.name:[email protected]/******user.name is usernameuser.secret is user passwordSenior Blog Link
Related Articles
cover
2020-06-12
vs2019连接MySQL You have a usable connection already.
找到大佬在解决vs2017的问题,发现这是mysql本身的bug,需要安装特定版本的mysql-connect-net和mysql-connect-net解决方案
cover
2020-09-08
[git] refusing to merge unrelated histories
When uploading a new project to Github, an error occurred fatal: HttpRequestException encountered.. Referring to this link to install GCMV still reported this error. I realized it should be because I created a readme on github but didn’t pull it.Entering command git pull -u master reported fatal: refusing to merge unrelated histories. The solution refers to this link. After that, successfully pulled cloud files to local, then entered command git push -u master to upload successfully.
cover
2022-05-10
git 推送发现远程仓库地址错误
问题:项目上传时总是首先上传一个错误的仓库地址然后才是当前仓库地址问题原因: 由于不懂git导致设置了git的globalconfig在全局设置中添加了默认路径,导致每次上传都会上传一次全局路径导致出现错误。 解决办法使用命令git remote -v 可以看到一直有一个origin存在,使用git remote rm origin 删除发现始终删除不掉这个路径调用命令git config --global --list,可以发现global的配置与local的配置中出现了两个origin的地址看来是我们在全局变量中设置了一个仓库地址,导致每次上传都会首先上传这个地址,所以需要将这个地址删除输入命令~/.gitconfig,在弹出的编辑器中将[remote 'origin']删除即可删除全部路径,再次上传即可按照本地当前remote地址上传
cover
2020-03-09
Revit Secondary Development Use Git for Version Control in Visual Studio 2019
Download GitReference Link==Reference Link https://blog.csdn.net/huangqqdy/article/details/83032408== Install Configuration Install git open git bash and input command git config Confirm whether installed git config –global user.name “youname” Fill in github registration ID git config –global user.email “emailaddress” Fill in registration email address After binding input git config –list to confirm Visual Studio SettingsReference Link ==Reference Link https://b...
avatar
Broccoli
xlx.dev
Articles
317
Tags
187
Categories
21
Announcement
欢迎访问!右上角可切换中英文。感谢您的阅读!
Recent Posts
Quickly Migrate Blog Using YingDao
Quickly Migrate Blog Using YingDao2026-01-07
使用影刀快速迁移博客
使用影刀快速迁移博客2026-01-07
LLaMA-Factory Gradio Environment Configuration
LLaMA-Factory Gradio Environment Configuration2026-01-04
LLaMA-Factory Gradio 环境配置
LLaMA-Factory Gradio 环境配置2026-01-04
VS Code SSH Remote Connection Issues
VS Code SSH Remote Connection Issues2026-01-04
© 2025 - 2026 By BroccoliFramework Hexo 8.1.1|Theme Butterfly 5.5.2
Search
Loading Database