InseadDataAnalytics / INSEADAnalytics

Other
122 stars 1.31k forks source link

Error message when committing first R script #168

Open pedrofigueiredoaparicio opened 4 years ago

pedrofigueiredoaparicio commented 4 years ago

When committing 1st R script, receive following message:

Error message_committing first R script

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

VarunKShetty commented 4 years ago

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 notifications@github.com Reply-To: InseadDataAnalytics/INSEADAnalytics reply@reply.github.com Date: Monday, February 10, 2020 at 13:54 To: InseadDataAnalytics/INSEADAnalytics INSEADAnalytics@noreply.github.com Cc: Subscribed subscribed@noreply.github.com 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 GitHubhttps://github.com/InseadDataAnalytics/INSEADAnalytics/issues/168?email_source=notifications&email_token=AC3HMPBXFU5CJICAOHL4CTTRCEFKVA5CNFSM4KSJTIFKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IMFQUUA, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AC3HMPELC3MZIO27R6N7TDLRCEFKVANCNFSM4KSJTIFA.

pedrofigueiredoaparicio commented 4 years ago

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, Pedro

berbonkoski commented 4 years ago

Hi @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

VarunKShetty commented 4 years ago

Hey @berbonkoskimailto:notifications@github.com,

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 notifications@github.com Reply-To: InseadDataAnalytics/INSEADAnalytics reply@reply.github.com Date: Tuesday, February 11, 2020 at 09:41 To: InseadDataAnalytics/INSEADAnalytics INSEADAnalytics@noreply.github.com Cc: KARAMSHETTY Varun Varun.KARAMSHETTY@insead.edu, Mention mention@noreply.github.com Subject: Re: [InseadDataAnalytics/INSEADAnalytics] Error message when committing first R script (#168)

Hi @VarunKShettyhttps://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 GitHubhttps://github.com/InseadDataAnalytics/INSEADAnalytics/issues/168?email_source=notifications&email_token=AC3HMPGLZIHCPNOFBVZKVELRCIQO7A5CNFSM4KSJTIFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELLFEOQ#issuecomment-584471098, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AC3HMPE2TQ7QKCHB53EGECLRCIQO7ANCNFSM4KSJTIFA.

VarunKShetty commented 4 years ago

Also see this thread for more discussion: https://github.com/gge-ucd/Discussion/issues/50

-VK

From: berbonkoski notifications@github.com Reply-To: InseadDataAnalytics/INSEADAnalytics reply@reply.github.com Date: Tuesday, February 11, 2020 at 09:41 To: InseadDataAnalytics/INSEADAnalytics INSEADAnalytics@noreply.github.com Cc: KARAMSHETTY Varun Varun.KARAMSHETTY@insead.edu, Mention mention@noreply.github.com Subject: Re: [InseadDataAnalytics/INSEADAnalytics] Error message when committing first R script (#168)

Hi @VarunKShettyhttps://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 GitHubhttps://github.com/InseadDataAnalytics/INSEADAnalytics/issues/168?email_source=notifications&email_token=AC3HMPGLZIHCPNOFBVZKVELRCIQO7A5CNFSM4KSJTIFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELLFEOQ#issuecomment-584471098, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AC3HMPE2TQ7QKCHB53EGECLRCIQO7ANCNFSM4KSJTIFA.

berbonkoski commented 4 years ago

That was the problem! Solved! Thanks @VarunKShetty