
Infisical
Doppler
1Password
AWS Secrets Manager
Vault by HashiCorp
Bitwarden Secrets Manager
EnvKey
Rot
GitHub
GitLab
BitBucket
VS Code
Git
Treehouse
Pantheon
CodePen
Locally, it works with start/dev scripts to pull and inject environment variables into local environments automatically and supports git-like pull/push commands to sync and share .env files manually via CLI if needed.
It also supports a range of other options for accessing secrets: SDKs, CLI, API.
Infisical
GitHubNo Infisical videos yet. You could help us improve this page by suggesting one.
GitHub is an essential platform for modern software development. It makes it easy to host, manage, and collaborate on code while providing powerful tools for version control, project management, and team collaboration. Its large open-source community is another major strength, offering developers access to countless projects, resources, and opportunities to learn. Overall, GitHub is a reliable and professional platform that has become a fundamental part of the developer ecosystem.
Based on our record, GitHub seems to be a lot more popular than Infisical. While we know about 2483 links to GitHub, we've tracked only 33 mentions of Infisical. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
IMO env files are a bit of an anti-pattern, env vars should be set outside the context of your app so that your app doesn't need to care where they come from, it just uses standard env var APIs to read them. With that said, the problem still exists just one layer higher. If they are secrets, I use Infisical (https://infisical.com/) with a hook to infisical's export command. This means when I 'cd' into a project,... - Source: Hacker News / 3 months ago
Infisical is an open-source secrets management platform that helps you securely store, sync, and manage your application secrets across your entire development lifecycle. It provides a secure vault for API keys, database credentials, certificates, and other sensitive data with features like secret versioning, audit logs, and integrations with popular development tools. - Source: dev.to / about 1 year ago
We use Infisical for both our dev and prod environments. If you're a YC company you can get your first year free. https://infisical.com. - Source: Hacker News / almost 2 years ago
You might want to take a look at Infisical (https://infisical.com). - Source: Hacker News / about 2 years ago
Infisical is an open-source secret management platform designed to help teams centralize their secrets, such as API keys, database credentials, and configurations. - Source: dev.to / about 2 years ago
1228 push attempts died with fatal: could not read Username for 'https://github.com' — an https remote with no credential helper and no stored Credentials. First one 2026-07-21T20:48:03Z, still failing as I write this. Thirty-nine Days. - Source: dev.to / 6 days ago
They can include the protocol, it’s that regardless of what’s put in there it’ll use https, which is explained with examples both in the following sentences and then in more detail in a linked doc. > For repositories on GitHub, GitLab, and Bitbucket, a specifier now names a repository rather than choosing a transport. github:owner/repo, owner/repo, git+https://…, and git+ssh://git@… all resolve through the host's... - Source: Hacker News / 8 days ago
First things first, and this case, we had to understand what git and git hub really is. From the lesson, Git is basically a version control systems installed on the computer that tracks changes made within a project. On the other hand, git hub refers to an online platform allowing users to store their git repositories and this could be easily accessed through [https://github.com/]. Apart from just storing... - Source: dev.to / 7 days ago
[credential] useHttpPath = true [credential "https://github.com/"] helper = helper = "!f() { \ [ \"$1\" = get ] || exit 0; \ account=''; \ while IFS='=' read -r k v; do \ [ \"$k\" = path ] && account=${v%%/*}; \ done; \ [ -n \"$account\" ] || exit 0; \ token=$(gh auth token --user \"$account\") || exit 0; \ printf... - Source: dev.to / 9 days ago
This has now created our repository. This repository contains a link which we can share to other users, and this is the link that we need to link our local folder with the newly created repository. To do this, simply access it once you scroll down in the page you are in the simply copy the http link. This is what we shall use. The link usually looks like this http://github.com//. - Source: dev.to / 12 days ago
Doppler - Doppler is the multi-cloud SecretOps Platform developers and security teams trust to provide secrets management at enterprise scale.
GitLab - Create, review and deploy code together with GitLab open source git repo management software | GitLab
1Password - 1Password can create strong, unique passwords for you, remember them, and restore them, all directly in your web browser.
BitBucket - Bitbucket is a free code hosting site for Mercurial and Git. Manage your development with a hosted wiki, issue tracker and source code.
AWS Secrets Manager - AWS Secrets Manager to Rotate, Manage, Retrieve Secrets
VS Code - Build and debug modern web and cloud applications, by Microsoft