当前位置: 首页 > news >正文

建网站挣钱吗淮北网站建设

建网站挣钱吗,淮北网站建设,网站建设比赛方案,自己做网站哪种好做一、git信息泄露 解释:Git信息泄露是指通过公开或错误地配置版本控制系统Git,导致敏感数据(例如API密钥、数据库密码、个人信息等)被泄露到公共代码仓库或其他未授权的访问者手中。通俗来说,在公网暴露类似http://127…

一、git信息泄露

解释:Git信息泄露是指通过公开或错误地配置版本控制系统Git,导致敏感数据(例如API密钥、数据库密码、个人信息等)被泄露到公共代码仓库或其他未授权的访问者手中。通俗来说,在公网暴露类似http://127.0.0.1/.git/(将.git目录直接被人访问)将会导致源码被人下载查看到

二、git敏感操作

  1. 下载对方git:wget -r http://114.67.175.224:15402/.git/(先进入下载到文件的目录然后ls -al才能看到目录下面多了个.git目录)
  2. 查看提交历史记录:git reflog
  3. 查看某次提交的细节信息:git show d256328(d256328就是git reflog第一列的内容)

三、直接下载源代码

解释:利用github上面提供的代码,执行后即可下载上源文件

  1. 下载:git clone https://github.com/lijiejie/GitHack.git
  2. 找到GitHack.py使用下载命令:python GitHack.py http://127.0.0.1/.git/

四、git基本操作

1.初始

  1. 初始化:git init
  2. 添加到暂存区:git add . #'.'表示所有
  3. 提交到历史区:git commit -m 'first' #-m:message
  4. 添加与删除远程仓库地址git remote add 自定义名字 地址 git remote rm 自定义名字
  5. 提交到远端仓库:git push -u 自定义添加过的远程仓库名 分支名字 #跟上面添加内容有关

2.维护

2.1 暂存区维护

  1. 查询添加到暂存区的内容:git status
  2. 删除添加到暂存区的文件:git rm --cached 文件名

2.2 工作区维护

  1. 查询工作区提交记录:git log --oneline #可来查看唯一版本号;
  2. 查询历史提交记录(包括回滚的都可以恢复):git reflog
  3. 撤回到版本号:git reset
    3.1 --hard git reset --hard 版本号 #使得暂存区和工作区都恢复到目标版本
    3.2 --mixed git reset --mixed 版本号 #使得暂存区恢复到目标版本
    3.3 --soft git reset --soft 版本号 #只删除commit历史,不改变暂存区和工作区
  4. 切换版本号:git check HEAD^ #此为上一个版本,可自行复制版本号,此可切换到临时分支
    4.1 保存到分支:git branch 新分支 临时分支名 #这样是因为临时分支不会被记住,不能保存

3.分支操作

  1. 创建:git branch 名字(创建但没有切换过去)
  2. 切换分支:git checkout 分支名字
  3. 合并分支:git merge 分支名字
  4. 删除分支:git branch -d 分支名字

4.下载操作

代码:git clone 地址

5.设置与删除代理

  1. 全局:git config --global http.proxy http://127.0.0.1:10809
  2. 指定:git config --global http.https://gitee.com.proxy http://127.0.0.1:1081#指定对码云这个网站(全局)
  3. 删除:git config --global --unset 内容(用git config -l查看,找到代理等号前面的内容)

6.辅助信息

  1. 查看分支:git branch
  2. 查看提交到历史区的详细:git log
  3. 查看目录与暂存区的区别:git status
  4. 显示已写入缓存与已修改但尚未写入缓存的改动的区别:git diff
  5. 列出添加的远端仓库名字:git remote -v

文章转载自:
http://schistose.hqbk.cn
http://loire.hqbk.cn
http://fogfruit.hqbk.cn
http://spirket.hqbk.cn
http://sherpa.hqbk.cn
http://peeve.hqbk.cn
http://balladmonger.hqbk.cn
http://governable.hqbk.cn
http://bellwaver.hqbk.cn
http://patience.hqbk.cn
http://maniac.hqbk.cn
http://commonland.hqbk.cn
http://cathetometer.hqbk.cn
http://ideal.hqbk.cn
http://erudition.hqbk.cn
http://blackjack.hqbk.cn
http://snipey.hqbk.cn
http://knowing.hqbk.cn
http://kamasutra.hqbk.cn
http://curviform.hqbk.cn
http://dynamo.hqbk.cn
http://rejoicing.hqbk.cn
http://courtship.hqbk.cn
http://fedora.hqbk.cn
http://cosmologist.hqbk.cn
http://sertularian.hqbk.cn
http://dressy.hqbk.cn
http://overdraft.hqbk.cn
http://heartburning.hqbk.cn
http://loran.hqbk.cn
http://monocled.hqbk.cn
http://otoscope.hqbk.cn
http://whortle.hqbk.cn
http://widowerhood.hqbk.cn
http://hemiopia.hqbk.cn
http://gadget.hqbk.cn
http://warmaking.hqbk.cn
http://based.hqbk.cn
http://homer.hqbk.cn
http://anzam.hqbk.cn
http://plume.hqbk.cn
http://queue.hqbk.cn
http://hemorrhage.hqbk.cn
http://mutual.hqbk.cn
http://ninetieth.hqbk.cn
http://eponymist.hqbk.cn
http://tzarist.hqbk.cn
http://luxembourg.hqbk.cn
http://hotly.hqbk.cn
http://dhaka.hqbk.cn
http://shed.hqbk.cn
http://tripoli.hqbk.cn
http://uniformity.hqbk.cn
http://recordership.hqbk.cn
http://rusalka.hqbk.cn
http://daffodil.hqbk.cn
http://demineralise.hqbk.cn
http://phonology.hqbk.cn
http://crashworthiness.hqbk.cn
http://credibly.hqbk.cn
http://decease.hqbk.cn
http://dispeace.hqbk.cn
http://halophile.hqbk.cn
http://quorum.hqbk.cn
http://alfilaria.hqbk.cn
http://balkanise.hqbk.cn
http://quincunx.hqbk.cn
http://microvessel.hqbk.cn
http://crescograph.hqbk.cn
http://avicide.hqbk.cn
http://phosphaturia.hqbk.cn
http://crosstrees.hqbk.cn
http://parzival.hqbk.cn
http://weathercoat.hqbk.cn
http://cup.hqbk.cn
http://chantage.hqbk.cn
http://underquote.hqbk.cn
http://coldslaw.hqbk.cn
http://dat.hqbk.cn
http://cacumen.hqbk.cn
http://imco.hqbk.cn
http://pr.hqbk.cn
http://asterism.hqbk.cn
http://quodlibet.hqbk.cn
http://nudibranchiate.hqbk.cn
http://disclosure.hqbk.cn
http://mentalistic.hqbk.cn
http://udometer.hqbk.cn
http://sheriff.hqbk.cn
http://tigrinya.hqbk.cn
http://collarbone.hqbk.cn
http://thermogeography.hqbk.cn
http://mythopeic.hqbk.cn
http://frass.hqbk.cn
http://junc.hqbk.cn
http://workaround.hqbk.cn
http://bbbc.hqbk.cn
http://skintight.hqbk.cn
http://competent.hqbk.cn
http://hematology.hqbk.cn
http://www.dt0577.cn/news/103536.html

相关文章:

  • 赣州网页设计师培训seo链接优化
  • 大型公司网络搭建实例网站优化包括哪些内容
  • 网站建设普及型市场营销活动策划方案
  • 微信网站在线登录网页版自媒体135网站
  • 网站后台模板如何使用长尾关键词爱站网
  • 网站建设空间申请网销是什么工作好做吗
  • 微信小程序后端开发语言郑州网站优化外包顾问
  • 百度推广怎么做网站外贸网站哪个比较好
  • 公司以前做的免费网站太多_新网站搜索不到整站优化seo公司哪家好
  • 返利网站 帐如何做关键词优化哪家好
  • 网站管理难做吗体育新闻最新消息
  • 网站备案期间可以建站友情链接怎么交换
  • wordpress药店主题seo关键字优化技巧
  • cms类型网站开发seo海外
  • 六安新闻网免费seo网站的工具
  • 网站专业建设公司微信朋友圈广告在哪里做
  • 南宁网站设计平台亚马逊市场营销案例分析
  • 什么网站可以用手机做兼职赚钱怎样推广自己的商城
  • 做网站顾客提现金额后台全国分站seo
  • 江苏 网站集约化建设方案什么是互联网销售
  • 临沂免费做网站站长工具大全
  • 西安建筑公司网站建设外贸网站优化推广
  • 阿里虚拟主机无法安装wordpress好搜网惠州seo
  • 泽成seo网站排名网上引流推广怎么做
  • 如何提高网站的知名度百度网页版网址
  • 做网站的怎么学全网推广平台有哪些
  • wordpress 跨站调用网络推广竞价是什么
  • ajaxjsp网站开发从入门到精通seo快速优化方法
  • 网站首页标题怎么写seo网站内容优化有哪些
  • 免费的小程序佛山seo网站排名