查看“将git本地创建的项目推送到github仓库”的源代码
←
将git本地创建的项目推送到github仓库
跳到导航
跳到搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
[[category:git]] =her= <pre> 1. cd docker-ubuntu/ git init vim README.txt git add . git commit -m 'ubuntu first commit' 2. 生成一个新的仓库,新仓库肯定是空的,github明确告诉我们有三种方式更新我们的资源: …or create a new repository on the command line echo "# docker-ubuntu" >> README.md git init git add . git commit -m "first commit" git remote add origin git@github.com:evan886/docker-ubuntu.git git push -u origin master …or push an existing repository from the command line git remote add origin git@github.com:evan886/docker-ubuntu.git git push -u origin master …or import code from another repository 3. git remote add origin git@github.com:evan886/docker-ubuntu.git git push -u origin master ps: .git/config #正常是 git 不是https url = git@github.com:evan886/docker-ubuntu.git </pre> =see also= [https://www.cnblogs.com/tdcqma/p/6715829.html 如何将git本地创建的项目推送到github仓库]
返回至
将git本地创建的项目推送到github仓库
。
导航菜单
个人工具
登录
名字空间
页面
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
导航
首页
我的导航
关于我
shell
python
ops
linuxchina.net
blog.linuxchina
最近更改
随机页面
帮助
工具
链入页面
相关更改
特殊页面
页面信息