技术

Scala shell内建指令 scala 最佳实践 centos 下安装sqlplus git简介及使用 Commands to Check Weblogic Server Status Spring 中 cache 的使用 pl/sql developer 相关问题 maven 用法 nexus docker 指南 oracle 相关问题 vim 快捷方式 media wiki 的搭建 安装 Kubernetes 如何的在centos中安装docker Hbase学习 hbase 异常解决 Docker 链接容器 dockerfile 最佳实践 centos 7 网卡配置 docker 学习笔记 guava 用法分享 docker命令行 angular小技巧 kubernetes 相关知识 一些windows下的工具 github 小技巧 angularjs 小技巧 java写代码的一些小技巧 lucene学习 在Windows上安装FishEye 快速安装eclipse插件 在fisheye中添加git repository Modbus 协议简介 读书笔记: angular性能调优 我的交叉编译经验谈 如何管理和配置opkg包 刷机失败后的恢复方法 Openwrt Flash Layout 分区调整 netgear wndr3700v4 刷新固件步骤 Openwrt应用包(package)编译 (基于Openwrt SDK) Openwrt编译 (基于Openwrt ImageBuilder) Build Openwrt环境完整过程 openwrt命令总结 在luci系统中增加服务 sftp 命令 系统完整性检查如何加载虚拟光驱 如何在java中启用jmxremote Bash Shell 技巧点滴 knockout和js测试基础 XAMPP 小技巧 knockout小技巧 有关discuz的资源与一些经验积累 javascript小技巧积累 在centos上安装jetty的过程记录 Vagrant构建虚拟开发环境 离线markdown编辑器:stackedit 关于阿里云服务器使用的几个小技巧 discuz被黑的处理办法 git 相关命令总结 BAE 本地开发环境调试笔记 yo 与 knockout 的使用 一些有用的在线工具网站资源 Discuz!X3.2 升级后无法登录后台的解决方法 knockout的一些有用的例子和资源 GoLang 学习笔记

标签


在fisheye中添加git repository

2015年11月29日

Admin access to FishEye. Admin access to a GitHub repository. Git client and SSH client installed on the FishEye server and available in the PATH.

Instructions

  1. Login to FishEye, go to Administration -> Repositories and click “Add Existing…”.
  2. Choose “Git” from the dropdown, give it a name/description and click “Next”.
  3. Grab the SSH url from your repository in GitHub and enter it into the “Repository Location”.
    • Will look something like “git@github.com:ORGANIZATION/REPONAME.git”
  4. Under “Authentication Style”, choose “Generate key pair for ssh” and click “Generate”.
  5. Copy the resulting block of text into your clipboard.
  6. Go to your repository in GitHub, go to “Admin” and choose the “Deploy Keys” tab.
  7. Click “Add another deploy key”, name it “FishEye”, paste the block of text into the “Key” field and click “Add Key”.
  8. Back in FishEye, click “Test Connection” and if all is well, click “Next” and then click “Add”.

登录git server服务器进入 打开 ~/.ssh/authorized_keys 添加一行,将 fisheye中生成的公钥copy进去即可。