avatar
Articles
331
Tags
204
Categories
24
Home
Archieves
Tags
Categories
BIM
Devs
Link
About
graptolite's Devvs2019 Push Github Error: githubterminal prompts disabled Back to Home
Search
Home
Archieves
Tags
Categories
BIM
Devs
Link
About

vs2019 Push Github Error: githubterminal prompts disabled

Created2020-03-11|Updated2026-02-05|devtools
|Post Views:
仅提供English版本

By modifying .git/config file modify url under [remote origin] to https://uesr.name:[email protected]/******
user.name is username
user.secret is user password
Senior Blog Link

Author: Broccoli
Link: https://graptolite.ai/vs2019-github-push-error/
Copyright Notice: All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
gitvs2019
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推送github时报错:githubterminal prompts disabled
通过修改.git/config文件修改[remote origin]下url为https://uesr.name:[email protected]/******user.name 为用户名user.secret 为用户密码前辈博客链接
Related Articles
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二次开发在visual studio 2019中使用git进行版本控制
下载Git参考链接==参考链接 https://blog.csdn.net/huangqqdy/article/details/83032408== 安装配置 安装git打开git bash后输入命令 git config 确定是否安装 git config –global user.name “youname” 填写github注册ID git config –global user.email “emailaddress” 填写注册邮箱地址 绑定后输入git config –list进行确认 Visual Studio 内设置参考链接 ==参考链接 https://blog.csdn.net/HW140701/article/details/89736246?depth_1-utm_source=distribute.pc_relevant.none-task&utm_source=distribute.pc_relevant.none-task== 配置步骤创建一个...
cover
2020-06-12
vs2019 Connect MySQL You have a usable connection already.
Found big shot solving vs2017 problem, found this is bug of mysql itself, need to install specific version of mysql-connect-net and mysql-connect-netSolution
avatar
Broccoli
graptolite.ai
Articles
331
Tags
204
Categories
24
Announcement
欢迎访问!右上角可切换中英文。感谢您的阅读!
Recent Posts
Google Chrome Built-in Multimodal Model (Gemini Nano) Local Setup Guide
Google Chrome Built-in Multimodal Model (Gemini Nano) Local Setup Guide2026-02-05
Google Chrome 内置多模态模型(Gemini Nano)本地部署指南
Google Chrome 内置多模态模型(Gemini Nano)本地部署指南2026-02-05
Gemini in Chrome 浏览器AI助手
Gemini in Chrome 浏览器AI助手2026-02-05
Gemini in Chrome: Your Personal AI Assistant Inside the Browser
Gemini in Chrome: Your Personal AI Assistant Inside the Browser2026-02-05
Chrome DevTools AI Assistant Guide
Chrome DevTools AI Assistant Guide2026-02-05
© 2025 - 2026 By BroccoliFramework Hexo 8.1.1|Theme Butterfly 5.5.2
Search
Loading Database