🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

gitke

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitke

Gitke ---

Source
npmnpm
Version
0.0.3
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Gitke

git push git@192.168.188.250:owner/repo.git master
git clone ssh://root@123.123.123.123/opt/my-first-app.git
git clone http://username:password@127.0.0.1:2018/owner/repo.git
git clone http://127.0.0.1:2018/admin/test.git test
git fetch http://127.0.0.1:2018/admin/test.git test

Git APIs

Serving content of a file in a git repo.

The requested file is specified by:

  • {owner}: GitHub organization or user
  • {repo}: repository name
  • {ref}: Git reference
    • branch name (e.g. master)
    • tag name (e.g. v1.0)

Gitke URLs:

  • https://localhost:2018/{owner}/{repo}/raw/{ref}/path/to/file
  • http://localhost:2018/admin/gitke/raw/master/README.md

Git HTTP Transfer Protocols

  • Git Internals - Transfer Protocols
  • HTTP transfer protocols
  • Documentation Common to Pack and Http Protocols

Keywords

git

FAQs

Package last updated on 11 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts