惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

B
Blog RSS Feed
B
Blog
N
Netflix TechBlog - Medium
量子位
月光博客
月光博客
博客园_首页
博客园 - Franky
酷 壳 – CoolShell
酷 壳 – CoolShell
Last Week in AI
Last Week in AI
T
The Blog of Author Tim Ferriss
Hugging Face - Blog
Hugging Face - Blog
雷峰网
雷峰网
M
MIT News - Artificial intelligence
J
Java Code Geeks
大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
腾讯CDC
Engineering at Meta
Engineering at Meta
云风的 BLOG
云风的 BLOG
L
LangChain Blog
GbyAI
GbyAI
IT之家
IT之家
Y
Y Combinator Blog
人人都是产品经理
人人都是产品经理

博客园 - 猪头

Scaffold-DbContext 命令参数 VS2017 ASP.NET MVC 5.0 开部署问题汇总 MVC 5 调用存储过程参数配置方法-Procedure or function 'UP_***' expects parameter '@****', which was not supplied. mvcmovie sample 在window10 下的部署问题(HTTP Error 500.19 - Internal Server Error) Window 无法完成请求的更改,找不到引用的汇编,错误代码 0X80073701 VS2017离线版的SSDT安装包(包括SSIS) sql2008r 收缩数据库日志log文件;删除errorlog文件的方法 解决window2012 IIS8 配置的网站无法下载exe文件的问题 商品房买卖合同备案 收房注意事项!--经典! 商河水木清华业主告媒体书 商河水木清华全体业主告开发商书 商河县水木清华全体业主给县委县府的一封信 大家不要在水木清华买房子了,我的都一年了,还没交房! 呼吁所有商河水木清华业主拒绝不合理的交房流程 说说无耻的商河水木清华开发商2013"交房 拒绝无效的“交房”写给所有商河水木清华业主 HDD 格式化错误 E:31:00 --如何备份DV里的数据 Windows 7 Sp1 x64 无法安装英文语言包(已解决)
remote: Repository not found. fatal: repository 'http...
猪头 · 2019-03-25 · via 博客园 - 猪头

通过命令添加新repository到git hub在执行最后一步命令(如下所示)的时候报错

git push -u origin master

error:
remote: Repository not found.
fatal: repository 'https://github.com/*****/???.git/' not found


Solution:
(1)manually add the repository "Repositrory Name" on https://github.com/new
(2) run command "git push -u origin master" again.