CloudMoe Windows 10/11 Activation Toolkit get digital license, the best open source Win 10/11 activator in GitHub. GitHub 上最棒的开源 Win10/Win11 数字权利(数字许可证)激活工具! windows-10 activator win10 win-10 windows-11 di
然后以记事本格式打开hosts文件,在文件末尾添加刚才我们搜索出现的新的ip地址,也可以加上以往的ip,这里参考了别人写的IP,2020-10-8测试好用 140.82.114.4github.com140.82.114.4gist.github.com185.199.108.153 assets-cdn.github.com151.101.64.133raw.githubusercontent.com151.101.108.133gist.githubusercontent.com151.1...
在win10搭建git连接github 个人是使用谷歌的,会自动翻译; 1.先新存储库 2.安装git成功是可以在开始里看到: 打开git bash (bash是cmd的升级版,建议使用bash) 输入如下命令,并按回车 一直按回车,知道出现如下key’s randomart image 在C:\Users\Administrator.ssh中打开id_rsa.pub,并复制全部里面的内容. 复制...
2025 2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 Contribution activity January 2025 win10 has no activity yet for this period. LoadingShow more activity Seeing something unexpected? Take a look at theGitHub profile guide.
1、Git for windows客户端http://msysgit.github.io/ 2、tortoise git客户端https://tortoisegit.org/download/ 软件安装 git设置 1、设置姓名和邮箱 1.git config--globaluser.name"your name"2.git config--globaluser.email"youremail@qq.com"
测试git是否与github连接 敲入:$ ssh -Tgit@github.com 后敲入:yes. 出现警告,可以忽视 ③安装hexo 在自己电脑I盘(每个人的各不相同)目录下新建文件夹 blog,按住点击鼠标右键git bash here(或者前敲入:$ mkdir blog ,后$ cd blog) 然后敲入:$ npm install -g hexo-cli(win10会出现问题) ...
网上很多搭建博客经验分享帖中repo配置写入的是HTTPS(形如:https://.github.com/ ***/***. github. io. git格式)。win10系统运行会报错。 解决方法: win10系统repo需要写入SSH(形如:git@github.com:仓库名/用户名.github.io.git格式)。 例如我
win10+Node.js+git+github Node.js下载地址:https://nodejs.org/en/download/ Git下载地址:https://git-scm.com/ Github 地址:https://github.com 安装node.js 和 git 步骤省略,按默认傻瓜式安装即可 注册github账号并创建一个以 github昵称.github.io 命名的仓库 ...
新建仓库:注册成功后,在github首页单击-> username.github.io 科普:为什么要命名为username.github.io? 专门写给老实孩子看的,这段主要是为了解释为啥要按照username.github.io这个要求来新建仓库名,不感兴趣的话跳过这段看后面的配置Git 与 GitHub就好,不用追根究底。
Github 地址:https://github.com 一. 安装配置Git工具 1.创建和配置Github Github官网,注册/登陆账号,创建一个以 github昵称.github.io 命名的仓库 昵称自定义,仓库名格式:github昵称.github.io 正常的话会有绿色的对勾 点击创建仓库 如果可以如下图一样进入仓库代表创建成功,Github配置完成。