
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
🚀 智能多平台 Git 推送工具 - 一次配置,多平台同步
npm install -g mgit-push
mgit init
mgit push
mgit status
# 基本推送
mgit push
# 推送指定分支
mgit push main
# 强制推送(谨慎使用)
mgit push --force
# 推送并包含标签
mgit push --tags
# 跳过确认直接推送
mgit push --yes
# 查看状态
mgit status
# 重新配置
mgit config
项目根目录会生成 .mgit-push.json 配置文件:
{
"username": "your-username",
"repository": "your-repo-name",
"platforms": {
"github": {
"enabled": true,
"url": "git@github.com:username/repo.git"
},
"gitee": {
"enabled": true,
"url": "git@gitee.com:username/repo.git"
}
}
}
Q: 推送失败怎么办?
# 检查SSH密钥
ssh -T git@github.com
# 查看详细状态
mgit status
Q: 如何重新配置?
mgit config
MIT License
Made with ❤️ by CHENYU
FAQs
智能多平台 Git 推送工具 - 一次配置,多平台同步
We found that mgit-push demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.