-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error message when committing first R script #168
Comments
Hi,
Can you try the ideas in these discussions?
https://stackoverflow.com/questions/25671785/git-fatal-unable-to-auto-detect-email-address/34409245
https://stackoverflow.com/questions/14662526/why-git-is-not-allowing-me-to-commit-even-after-configuration
Please get back to me on how things go.
Best,
Varun
From: pedrofigueiredoaparicio <[email protected]>
Reply-To: InseadDataAnalytics/INSEADAnalytics <[email protected]>
Date: Monday, February 10, 2020 at 13:54
To: InseadDataAnalytics/INSEADAnalytics <[email protected]>
Cc: Subscribed <[email protected]>
Subject: [InseadDataAnalytics/INSEADAnalytics] Error message when committing first R script (#168)
When committing 1st R script, receive following message:
[Error message_committing first R script]<https://user-images.githubusercontent.com/59589475/74132482-a0956b00-4c21-11ea-989a-5dac1755ee34.PNG>
However, when pushing, receive correct message:
C:/Program Files/Git/bin/git.exe push origin HEAD:refs/heads/master
Everything up-to-date
Is this an issue?
Thanks,
Pedro
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#168?email_source=notifications&email_token=AC3HMPBXFU5CJICAOHL4CTTRCEFKVA5CNFSM4KSJTIFKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IMFQUUA>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AC3HMPELC3MZIO27R6N7TDLRCEFKVANCNFSM4KSJTIFA>.
|
Hi Varun, The solution recommended in referece https://stackoverflow.com/questions/25671785/git-fatal-unable-to-auto-detect-email-address/34409245 seems to have worked - thank you. Cheers, |
I am having the same problem. When I try to run the suggested commands, I got the following message: " Error: unexpected symbol in "git config" |
Hey @berbonkoski<mailto:[email protected]>,
I think you are trying to run this in your git console. You should do this in your computer’s terminal. Can you try that and let me know if it works?
…-VK
From: berbonkoski <[email protected]>
Reply-To: InseadDataAnalytics/INSEADAnalytics <[email protected]>
Date: Tuesday, February 11, 2020 at 09:41
To: InseadDataAnalytics/INSEADAnalytics <[email protected]>
Cc: KARAMSHETTY Varun <[email protected]>, Mention <[email protected]>
Subject: Re: [InseadDataAnalytics/INSEADAnalytics] Error message when committing first R script (#168)
Hi @VarunKShetty<https://github.com/VarunKShetty>
I am having the same problem. When I try to run the suggested commands, I got the following message: " Error: unexpected symbol in "git config"
[image]<https://user-images.githubusercontent.com/60909059/74210679-99c13380-4cc7-11ea-930f-9c77ead6e421.png>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#168?email_source=notifications&email_token=AC3HMPGLZIHCPNOFBVZKVELRCIQO7A5CNFSM4KSJTIFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELLFEOQ#issuecomment-584471098>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AC3HMPE2TQ7QKCHB53EGECLRCIQO7ANCNFSM4KSJTIFA>.
|
Also see this thread for more discussion: gge-ucd/Discussion#50
…-VK
From: berbonkoski <[email protected]>
Reply-To: InseadDataAnalytics/INSEADAnalytics <[email protected]>
Date: Tuesday, February 11, 2020 at 09:41
To: InseadDataAnalytics/INSEADAnalytics <[email protected]>
Cc: KARAMSHETTY Varun <[email protected]>, Mention <[email protected]>
Subject: Re: [InseadDataAnalytics/INSEADAnalytics] Error message when committing first R script (#168)
Hi @VarunKShetty<https://github.com/VarunKShetty>
I am having the same problem. When I try to run the suggested commands, I got the following message: " Error: unexpected symbol in "git config"
[image]<https://user-images.githubusercontent.com/60909059/74210679-99c13380-4cc7-11ea-930f-9c77ead6e421.png>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#168?email_source=notifications&email_token=AC3HMPGLZIHCPNOFBVZKVELRCIQO7A5CNFSM4KSJTIFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELLFEOQ#issuecomment-584471098>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AC3HMPE2TQ7QKCHB53EGECLRCIQO7ANCNFSM4KSJTIFA>.
|
That was the problem! Solved! Thanks @VarunKShetty |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When committing 1st R script, receive following message:
However, when pushing, receive correct message:
Is this an issue?
Thanks,
Pedro
The text was updated successfully, but these errors were encountered: