Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...

Downloads:
29,198
Downloads of v 2.2.0-unstable0030:
290
Last Update:
25 Oct 2015
Package Maintainer(s):
Software Author(s):
- GeertvanHorrik
Tags:
gitlink githublinksource symbol symbols server sourcelink github bitbucket git stepping debugging- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

GitLink
This is a prerelease version of GitLink.
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
29,198
Downloads of v 2.2.0-unstable0030:
290
Maintainer(s):
Software Author(s):
- GeertvanHorrik
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
All Checks are Unknown
2 Test of Unknown Status
Validation Testing Unknown
Verification Testing Unknown
To install GitLink, run the following command from the command line or from PowerShell:
To upgrade GitLink, run the following command from the command line or from PowerShell:
To uninstall GitLink, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download gitlink --internalize --version=2.2.0-unstable0030 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade gitlink -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade gitlink -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure gitlink installed
win_chocolatey:
name: gitlink
state: present
version: 2.2.0-unstable0030
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'gitlink' do
action :install
version '2.2.0-unstable0030'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: gitlink,
Version: 2.2.0-unstable0030,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller gitlink
{
Name = 'gitlink'
Ensure = 'Present'
Version = '2.2.0-unstable0030'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'gitlink':
provider => 'chocolatey',
ensure => '2.2.0-unstable0030',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install gitlink version="2.2.0-unstable0030" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
GitLink let's users step through your code hosted on any Git hosting service! This makes symbol servers obsolete which saves you both time
with uploading source files with symbols and the user no longer has to specify custom symbol servers (such as symbolsource.org).
md5: 3E6206702FA5BD7FCA56191749CE0B2D | sha1: 111C4123249423FFD6874D66DAEA5C69E706D811
- gitlink.2.2.0-unstable0030.nupkg (743407e221f5) - ## / 57 - Log in or click on link to see number of positives
- GitLink.exe (9067f6dbce12) - ## / 57 - Log in or click on link to see number of positives
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
gitlink 3.2.0-unstable0040 | 139 | Tuesday, May 22, 2018 | Exempted |
gitlink 3.2.0-unstable0038 | 140 | Saturday, April 7, 2018 | Exempted |
gitlink 3.2.0-unstable0036 | 121 | Thursday, April 5, 2018 | Exempted |
gitlink 3.2.0-unstable0032 | 154 | Tuesday, March 20, 2018 | Exempted |
gitlink 3.2.0-unstable0027 | 159 | Sunday, February 18, 2018 | Exempted |
gitlink 3.2.0-unstable0025 | 152 | Sunday, January 28, 2018 | Exempted |
gitlink 3.2.0-unstable0021 | 176 | Friday, January 19, 2018 | Exempted |
gitlink 3.2.0-unstable0018 | 163 | Monday, January 15, 2018 | Exempted |
gitlink 3.2.0-unstable0014 | 192 | Tuesday, December 12, 2017 | Exempted |
GitLink 3.1.0-unstable0017 | 547 | Tuesday, September 5, 2017 | Exempted |
GitLink 3.1.0-unstable0009 | 216 | Thursday, August 3, 2017 | Approved |
GitLink 3.0.0 | 831 | Saturday, July 29, 2017 | Approved |
GitLink 3.0.0-unstable0099 | 226 | Thursday, July 6, 2017 | Approved |
GitLink 3.0.0-unstable0096 | 222 | Monday, June 26, 2017 | Approved |
GitLink 3.0.0-unstable0092 | 245 | Wednesday, May 24, 2017 | Approved |
GitLink 3.0.0-unstable0090 | 250 | Monday, March 27, 2017 | Approved |
GitLink 3.0.0-unstable0085 | 247 | Sunday, February 19, 2017 | Approved |
GitLink 2.4.1 | 4724 | Sunday, January 15, 2017 | Approved |
GitLink 2.4.0 | 1966 | Tuesday, January 10, 2017 | Approved |
GitLink 2.4.0-unstable0064 | 256 | Sunday, November 27, 2016 | Approved |
GitLink 2.4.0-unstable0063 | 270 | Sunday, November 27, 2016 | Approved |
GitLink 2.4.0-unstable0062 | 263 | Wednesday, November 23, 2016 | Approved |
GitLink 2.4.0-unstable0052 | 295 | Saturday, October 8, 2016 | Approved |
GitLink 2.4.0-unstable0038 | 280 | Monday, October 3, 2016 | Approved |
GitLink 2.4.0-unstable0034 | 274 | Sunday, October 2, 2016 | Approved |
GitLink 2.4.0-unstable0032 | 248 | Tuesday, September 27, 2016 | Approved |
GitLink 2.4.0-unstable0026 | 268 | Monday, July 25, 2016 | Approved |
GitLink 2.4.0-unstable0009 | 267 | Friday, July 22, 2016 | Approved |
GitLink 2.4.0-unstable0008 | 300 | Tuesday, July 19, 2016 | Approved |
GitLink 2.4.0-unstable0007 | 255 | Tuesday, July 19, 2016 | Approved |
GitLink 2.3.0 | 2195 | Monday, May 30, 2016 | Approved |
GitLink 2.3.0-unstable0022 | 601 | Thursday, January 7, 2016 | Approved |
GitLink 2.3.0-unstable0019 | 334 | Monday, January 4, 2016 | Approved |
GitLink 2.3.0-unstable0013 | 376 | Tuesday, December 15, 2015 | Exempted |
GitLink 2.3.0-unstable0009 | 313 | Monday, November 30, 2015 | Exempted |
GitLink 2.3.0-unstable0005 | 314 | Wednesday, November 25, 2015 | Exempted |
GitLink 2.3.0-unstable0003 | 339 | Thursday, November 12, 2015 | Exempted |
GitLink 2.2.0 | 2442 | Wednesday, October 28, 2015 | Approved |
GitLink 2.2.0-unstable0035 | 313 | Wednesday, October 28, 2015 | Exempted |
GitLink 2.2.0-unstable0030 | 290 | Sunday, October 25, 2015 | Exempted |
GitLink 2.2.0-unstable0027 | 302 | Saturday, October 24, 2015 | Exempted |
GitLink 2.2.0-unstable0016 | 695 | Monday, April 20, 2015 | Exempted |
GitLink 2.2.0-unstable0008 | 555 | Tuesday, January 27, 2015 | Exempted |
GitLink 2.2.0-unstable0002 | 390 | Wednesday, January 7, 2015 | Exempted |
GitLink 2.1.0 | 437 | Friday, December 19, 2014 | Approved |
GitLink 2.1.0-unstable0028 | 331 | Friday, December 19, 2014 | Exempted |
GitLink 2.1.0-unstable0027 | 325 | Saturday, December 13, 2014 | Exempted |
GitLink 2.1.0-unstable0024 | 328 | Thursday, December 11, 2014 | Exempted |
GitLink 2.1.0-unstable0022 | 330 | Monday, December 8, 2014 | Exempted |
GitLink 2.1.0-unstable0021 | 308 | Monday, December 8, 2014 | Exempted |
GitLink 2.1.0-unstable0019 | 342 | Tuesday, December 2, 2014 | Exempted |
GitLink 2.1.0-unstable0018 | 330 | Tuesday, December 2, 2014 | Exempted |
GitLink 2.1.0-unstable0016 | 283 | Monday, December 1, 2014 | Exempted |
GitLink 2.1.0-unstable0014 | 318 | Monday, November 10, 2014 | Exempted |
GitLink 2.1.0-unstable0013 | 340 | Sunday, November 9, 2014 | Exempted |
GitLink 2.1.0-unstable0011 | 379 | Thursday, November 6, 2014 | Exempted |
GitLink 2.0.0 | 525 | Wednesday, September 17, 2014 | Approved |
GitLink 2.0.0-unstable0049 | 327 | Friday, September 5, 2014 | Approved |
GitLink 2.0.0-unstable0033 | 351 | Tuesday, September 2, 2014 | Approved |
GitLink 1.6.0-unstable0024 | 327 | Tuesday, September 2, 2014 | Approved |
GitLink 1.0.0 | 202 | Tuesday, February 14, 2017 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about GitLink and the GitLink package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or GitLink, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.