github配置使用指南
1.建立项目,进入项目文件夹
2.初始化ssh key 参见官网指南.(本机生成一对key,public key传到官网sshkey下面)
3.初始化用户名,邮箱
$ git config --global user.name "defnngj"//给自己起个用户名
$ git config --global user.email "填写自己的邮箱
4.git init
5.git add .
6.git commit -m "message for this commit"
7.touch readme.md
8.git add readme.md
9.git status
10.去github网站建立一个repo 如"ts.git"
11.git remote add origin
如果遇到了fatal: remote origin already exists.输入:
git remote rm origin
12.git remote add origin
13.git push -u origin master
counting objects: 19, done.
compressing objects: 100% (16/16), done.
writing objects: 100% (19/19), 4.54 kib, done.
total 19 (delta 1), reused 0 (delta 0)
to
[new branch] master -> master
branch master set up to track remote branch master from origin.
14.拉取git文档:
在远程主机上:
git remote add origin
git pull origin master
遇见的问题:
windows 客户端是渣...还是要用git shell 要不连创建repo都总是网络报错 远程服务器要搞定ssh key... git
remote add origin
是指制定origin到这个git网址,不要重复绑定.
以上就是个人简化版的github配置了,抛砖引玉,给小伙伴们参考下
上一篇: Python实现list反转实例汇总
下一篇: python实现ipsec开权限实例
推荐阅读
-
通过@PropertySource和@ConfigurationProperties来加载(读取)自定义配置文件
-
ymal通过@ConfigurationProperties和@value配置方式注入
-
SpringBoot学习(四)配置文件值注入 @ConfigurationProperties和@Value两种方式区别
-
JAVA环境的安装和配置及基础代码讲解
-
Windows下PHP5.20+Apache2.2.3配置有关问题
-
mysql主从服务器配置特殊问题_MySQL
-
ArcSDE空间数据库安装配置问题
-
VScode:**.vue文件,语法高亮配置教程
-
(转)配置多个git远程仓库的ssh-Key切换
-
配置nginx匿名正向http代理 匿名forward proxy