简体   繁体   English

Github:未登录命令行

[英]Github: not signed in command line

My problem appears when I try commit something from my pc I can, but I'm not signed in to my account. 当我尝试可以通过计算机提交某些内容时,出现了我的问题,但是我没有登录到我的帐户。 But when I commit changes on webside it's. 但是当我在网络端提交更改时。 I added ssh key to my account. 我在帐户中添加了ssh密钥。

This is my simple git repository: https://github.com/regisik/Fishkers/commits/master 这是我简单的git仓库: https : //github.com/regisik/Fishkers/commits/master

Add your email from your git config to your account from account settings here: https://github.com/settings/emails 将您的电子邮件从git config从帐户设置添加到您的帐户, 网址为https : //github.com/settings/emails

locally you set it alike : git config --global user.email "your_email@example.com" 您在本地将其设置为相同: git config --global user.email "your_email@example.com"

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM