keras安装

如何fork库到自己的github

目的

实现

1、项目的右上角,点击fork

2、自己的账号下就有了这个项目,可以修改名称,在Settings里;然后可clone到自己的电脑,在本地文件夹通过git clone命令

image-20210831111017579

3、然后就可以对项目进行修改了,不建议在master分支上直接修改,最好切出一个dev分支,修改完后再将dev分支merge到master分支

image-20210831113317319

出现的问题:git clone 时无法连接

Connection reset by 140.82.113.4 port 22 fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

解决:

先ping github.com 看看hosts文件中是否正确

image-20210831112840128

Table of Contents