Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. proget
    Log in to post

    • ?

      Deployment with Proget,Docker and OctopusDeploy
      Support • proget • • Mark Simpson  

      2
      0
      Votes
      2
      Posts
      16
      Views

      ?

      This is on our list for an upcoming maintence release, and may get implemented in the next one. you can check the status of it at PG-1001. https://inedo.myjetbrains.com/youtrack/issue/PG-1001
    • ?

      How to add a maven package to proget
      Support • proget • • Mark Simpson  

      2
      0
      Votes
      2
      Posts
      47
      Views

      ?

      There are many guides and ways to do this, please search "adding a maven artifact to a repository". Here is one such example: https://maven.apache.org/guides/mini/guide-3rd-party-jars-remote.html
    • ?

      Error pushing universal package with dependency
      Support • proget error packages • • Mark Simpson  

      3
      0
      Votes
      3
      Posts
      19
      Views

      ben

      Version 1.1.0 of the upack command line tool is now available from http://inedo.com/support/documentation/proget/reference/upack. The chocolatey version has been submitted and will be available once it's approved.
    • ?

      Is it possible to push nuget packages to proget without entering api key or user/pwd?
      Support • proget nuget • • Mark Simpson  

      2
      0
      Votes
      2
      Posts
      41
      Views

      ?

      In this case, you will need to give the "Anonymous" access to push packages to the feed. You can configure this from Admin > Tasks.
    • ?

      Jenkins pipeline uploadProgetPackage fails on large uploads?
      Support • proget error jenkins errors • • Mark Simpson  

      6
      0
      Votes
      6
      Posts
      35
      Views

      ?

      Final results for curl -X PUT... I was able to change C:\Program Files\ProGet\WebApp\Web.config (yes, my server is on Windows 10), and increase the transfer size from 1Gb to 3Gb I then restarted the ProGet Web Service I then tried to upload a zip file 2.02Gb in size..and, it worked.
    • ?

      How can I download files without being logged in?
      Support • proget api java jira • • Mark Simpson  

      3
      0
      Votes
      3
      Posts
      21
      Views

      ?

      Apparently I was an idiot and couldn't do basic auth correctly, because once I did that correctly it worked fine without anonymous access involved. I am using Java 8, and the Authenticator class to set the authentication on my URL globally. Hope this helps the next person coming along.
    • ?

      Internal Server Error when using upack push
      Support • proget packages • • Mark Simpson  

      5
      0
      Votes
      5
      Posts
      21
      Views

      ben

      I'm on ProGet Version 4.7.8 (Build 4) (locally hosted, not on EC2) and I'm able to upload universal packages to an S3-backed feed using the upack.exe tool with both the latest published release of the Amazon plugin and a debug build from source code. Can you still reproduce the error on the latest version of ProGet?
    • ?

      Problems with NPM connector
      Support • proget • • Mark Simpson  

      2
      0
      Votes
      2
      Posts
      2
      Views

      ?

      The endpoint is not yet deprecated. This error means that connector url is incorrect, npmjs.org is returning an error, or you have some proxy server blocking the request in between ProGet and npmjs.org.
    • ?

      I’m trying to upload the package(.msi) using Jenkins and I’m getting below error can you please help me on this?
      Support • proget • • Mark Simpson  

      2
      0
      Votes
      2
      Posts
      5
      Views

      ?

      This appears to be an internal Java error, indicating that the package cannot be bufered due to low process memory. So, I would increase the memory of your Java/Jenkin instance. You can use the -Xmx1024m option to give 1GB of memory to your application. This will increase the amount of data you can store in memory.
    • ?

      Web api to list all unique packages
      Support • proget packages • • Mark Simpson  

      2
      0
      Votes
      2
      Posts
      6
      Views

      ben

      The npm endpoint to get all packages is /-/all, so in your case: http://dr-tj-pkgsvr01/npm/npm/-/all
    • ?

      SocketException starting Linux ProGet in Docker
      Support • proget linux • • Mark Simpson  

      7
      0
      Votes
      7
      Posts
      29
      Views

      ?

      Tried stoping the service that was tying up port 80. No help.
    • ?

      Support URL encoded NPM package names
      Support • proget npm packages • • Mark Simpson  

      8
      0
      Votes
      8
      Posts
      121
      Views

      ben

      Ok, I noticed that in your log, npm isn't authenticating. Is the anonymous user allowed to access the feed in ProGet?
    • ?

      Issue with proget native API and package IDs that contain _
      Support • proget api • • Mark Simpson  

      4
      0
      Votes
      4
      Posts
      42
      Views

      ?

      The native API is a database wrapper, and thus would only be able to return local/cached packages. You should consider using the NuGet API instead.
    • ?

      Unable to connect to Telerik
      Support • proget • • Mark Simpson  

      24
      0
      Votes
      24
      Posts
      139
      Views

      ?

      Team member here. I'd like to let you know that we've moved to the public npm registry. See Retiring the Progress NPM Registry.
    • ?

      Error when pulling package with dependencies: Target framework dependency mismatch
      Support • proget nuget • • Mark Simpson  

      2
      0
      Votes
      2
      Posts
      9
      Views

      ?

      As of v4, ProGet will no longer support packages pulling packages with dependencies from the UI. This is because it's "impossible" to do without visual studio's context (target framework, .net version, etc).
    • ?

      Upack command line toll for linux is there one
      Support • proget packages linux • • Mark Simpson  

      4
      0
      Votes
      4
      Posts
      31
      Views

      ?

      Well, for this, you would use the Download package endpoint There's a lot of guides out there on how to use cUrl (here's a good one), but a basic use would be... curl http://proget.local/upack/my-feed/download/my-group/my-package/1.2.3?contentOnly=zip -o my-package1.2.3.zip ... then you can just use unzip.
    • ?

      I am getting 405 when trying to push from nuget
      Support • proget • • Mark Simpson  

      6
      0
      Votes
      6
      Posts
      28
      Views

      ?

      We have added these exclusions to the Web.config that we include with ProGet.
    • Y

      Feed credentials in NuGet config not being used, causing Visual Studio prompt window
      Support • proget nuget • • ygeelen-tb  

      4
      0
      Votes
      4
      Posts
      50
      Views

      ?

      Hmm, sounds like a NuGet/VS bug... definitely worth sharing this with them!
    • ?

      PROGET free installation behind a PROXY server with no outward internet connection
      Support • proget • • Mark Simpson  

      2
      0
      Votes
      2
      Posts
      5
      Views

      ?

      Please request a key at My.Inedo
    • Y

      Installation Instruction URL's containing incorrect port number
      Support • proget proget-installation • • ygeelen-tb  

      2
      0
      Votes
      2
      Posts
      32
      Views

      Y

      I solved this by configuring the URL including port number in the Advanced Settings at "Web.BaseUrl"
    • 1
    • 2
    • 35
    • 36
    • 37
    • 38
    • 39
    • 79
    • 80
    • 37 / 80