Github push some question

内容纲要

Question

git push >> fatal: no configured push destination

Analysis

像返回错误所说,我们在download下来的自由仓库想push上去除了进行下列操作

git init
git add *

还需要添加远程仓库

git remote add origin git@github.com:/demo_app.git
git push -u origin master

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注