Skip to main content
  1. Posts/

Creating a NuGet Organization — Pitfalls Encountered

·307 words·1 min· ·
Xianpeng Shen
Author
Xianpeng Shen
Table of Contents

Actually, there’s nothing much to say about creating an account on a package management platform, but recently, when I was preparing to create an Organization on https://www.nuget.org before releasing a product, I encountered a problem.

Here’s What Happened
#

As a company employee, when I first opened the NuGet website (www.nuget.org) and clicked “Sign in,” I saw “Sign in with Microsoft.” I clicked, went through the next steps, and successfully registered my first NuGet account using my company email address.

When I tried to create an Organization, entering my company email address resulted in a message saying the email address was already in use. What???

OK. So I tried entering my colleague’s company email address.

After receiving the email notification, my colleague followed the steps: opened NuGet.org, clicked “Sign in with Microsoft,” and filled in their account details. However, after completing this process and trying to register an Organization using their email address, they also received the message that the email was already in use. What’s going on!!! I was baffled…

How It Was Solved
#

At this critical juncture, while anxiously awaiting the release, I suddenly had a flash of inspiration. With a “desperate measures” mentality, I changed the company email address associated with my personal NuGet account to my Gmail address. Then, when creating the Organization, I used my company email address, and the Organization was successfully created!

This document records the problem I encountered while registering with NuGet. I don’t know if it will be helpful to you, but if it does, please let me know.


Please indicate the author and source when reprinting this article. Do not use it for any commercial purposes. Welcome to follow the WeChat public account “DevOps攻城狮”

Related

Docker Buildx Bake—A Powerful Tool for Accelerating Builds and Managing Multi-platform Images
·987 words·2 mins
This article introduces the concept, advantages, use cases, and how to use Docker Buildx Bake to accelerate the building and management of multi-platform images.
Understanding SBOM - Definition, Relationships, Differences, Best Practices, and Generation Tools
·1254 words·6 mins
This article introduces the definition of SBOM, its relationship and differences with SLSA and Black Duck, best practices, and available generation tools, helping readers better understand and apply SBOM.
Programmer's Self-Cultivation — Git Commit Message and Branch Creation Conventions (Tools)
·1039 words·3 mins
This article introduces how to use the Commit Check tool to verify whether Git commit messages, branch names, committer usernames, and committer email addresses conform to specifications.
The SLSA Framework and Software Supply Chain Security Protection
·1334 words·3 mins
This article introduces the concept, purpose, and levels of the SLSA framework, and how to apply SLSA in the software supply chain to improve security. It helps readers understand the importance of SLSA in software development and deployment.
Why is my Jenkins Controller getting slower—Possible mistakes you might be making...
·1714 words·9 mins
This article introduces some best practices for Jenkins pipelines, aiming to help developers and operations personnel optimize Jenkins’ performance and maintainability.