1,首先在gitee上创建仓库,保留一个.gitigonore就行,这样就得到一个远程仓库地址 2,仓库有文件,那么就需要先将这个文件pull下来: 在本地的项目目录中执行:git init git remote add origin <远程仓库地址> git pull origin master ...
分类:
其他好文 时间:
2020-06-25 13:49:04
阅读次数:
96
从零开始参考 : https://www.cnblogs.com/cxk1995/p/5800196.html 由于我已经建好了私有库,所以通过如下步骤提交本地代码 0. 在github已经创建好的repo页面,点击“Clone”获取 <web URL>. 1. 将remote repo 克隆到本地 ...
分类:
其他好文 时间:
2020-06-25 12:20:01
阅读次数:
70
rm -rf ~/.ssh/known_hosts ...
分类:
其他好文 时间:
2020-06-24 20:05:54
阅读次数:
91
参考资料: 《如何用SSH密钥连接到Git仓库和远程服务器》https://www.youtube.com/watch?v=yVgyAHBIyOQ&pbjreload=101 https://help.github.com/en/github/using-git/which-remote-url-s ...
分类:
其他好文 时间:
2020-06-24 17:42:23
阅读次数:
50
##日志格式 '$remote_addr - $remote_user [$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent" "$http_x_forwarded_for"' 首先把字 ...
分类:
其他好文 时间:
2020-06-24 14:24:57
阅读次数:
55
MaxInstances This says....how many instances of same version of browser can run over the Remote System. For example, i have a FF12,IE and i declared t ...
分类:
其他好文 时间:
2020-06-23 17:28:18
阅读次数:
47
"webhook" : { "method" : "POST", "host" : "remote.server", "port" : 9200, "path" : "/{{payload.watcher_id}}", "body" : "{{payload.watcher_id}}:{{paylo ...
分类:
Web程序 时间:
2020-06-23 15:19:31
阅读次数:
75
tbox下运行gdb:1、ulimit -c unlimited2、sysctl -w "kernel.core_pattern=/ydsdata/core_%e_%t.%p"3、手动运行程序4、/ydsdata 目录中产生core文件5、gdb /ydsapp/run/hum /ydsdata/c ...
分类:
数据库 时间:
2020-06-23 14:58:06
阅读次数:
110
整体需要看视频最终理解掌握 1、先在远端创建一个项目,如果项目添加了md文件,需要先git pull 拉去代码 2、本地代码进行git初始化 3、git remote add origin + 远端地址 4、git pull origin master --allow-unrelated-histo ...
分类:
其他好文 时间:
2020-06-22 10:54:10
阅读次数:
56
在使用git clone命令从github克隆源码到电脑时出现了以下问题 fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed error: RPC failed; curl 18 t ...
分类:
Web程序 时间:
2020-06-21 23:37:27
阅读次数:
88