提交 76b9a49c authored 作者: 陈世营's avatar 陈世营

update

上级 6c96b8b1
### 生成 SSH KEY
#### 生成 SSH KEY
使用 ssh-keygen 工具生成,位置在 Git 安装目录下,我的是 `C:\Program Files\Git\usr\bin`
......@@ -34,7 +34,7 @@ The key's randomart image is:
|ooo+ o |
+----[SHA256]-----+
```
### 复制 SSH-KEY 信息到 GitHub
#### 复制 SSH-KEY 信息到 GitHub
秘钥位置在:C:\Users\你的用户名\.ssh 目录下,找到 id_rsa.pub 并使用编辑器打开并拷贝
......
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
server:
port: 12000
collector:
path: /graphql
ribbon:
ReadTimeout: 10000
# Point to all backend's restHost:restPort, split by ,
listOfServers: 127.0.0.1:12002
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论