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

推荐订阅源

WordPress大学
WordPress大学
T
The Blog of Author Tim Ferriss
F
Fortinet All Blogs
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
阮一峰的网络日志
阮一峰的网络日志
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
MyScale Blog
MyScale Blog
雷峰网
雷峰网
博客园 - 叶小钗
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
GbyAI
GbyAI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 三生石上(FineUI控件)
云风的 BLOG
云风的 BLOG
V
V2EX
宝玉的分享
宝玉的分享
酷 壳 – CoolShell
酷 壳 – CoolShell
N
Netflix TechBlog - Medium
Vercel News
Vercel News
美团技术团队
人人都是产品经理
人人都是产品经理
The Cloudflare 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.