Regarding unable to commit the changes in local repository.
-
Did you forgot the extension after
@pthinks
? -
wrote on 30 Aug 2016, 13:10 last edited by
nope i have given gmail account
git config --global user.name "pradeep_kumar.m"
git config --global user.email "pradeepkm186@gmail.com"but still y it is not working?.
its taking 'pradeep@pthinks.(none) by default. i have no clue from where. -
For the name it's not pradeep_kumar.m it
Pradeep Kumar.M
.As for the email, you have to reset the author of the commit since it was originally done with your other data.
-
For the name it's not pradeep_kumar.m it
Pradeep Kumar.M
.As for the email, you have to reset the author of the commit since it was originally done with your other data.
wrote on 30 Aug 2016, 13:20 last edited byi will give Pradeep Kumar.M as username
As for the email, you have to reset the author of the commit since it was originally done with your other data
but second solution i didnt get it , will u please elaborate. -
Look at the
git commit
documentation foramend
andreset-author
-
wrote on 31 Aug 2016, 06:41 last edited by
guys can u help me out, unknowingly using the command git rm has removed the files from qt source code. how can i get the removed files?.
-
See this post.
Searching for
undo git rm
would have gotten you the answer faster. -
wrote on 8 Sept 2016, 06:34 last edited by
I have two queries
- regarding the Local Setup
Host codereview.qt-project.org
Port 29418
User <pradeep_kumar.m>
IdentityFile <~/.ssh/id_rsa_keynamehere>
is this the correct information in config file.?.
- as i have gmail id for all 3 accounts, forum account, gerrit account,bugreports account, for corporate profile do we need to register with company id.?. is that giving me the problem. I am asking the question because i used
git config --global user.name "pradeep_kumar.m"
git config --global user.email "pradeepkm186@gmail.com"for configuring , but getting the below error and the fatal error shown in bold.?.
Commit button is enabled , it was parsing i had to wait for a while.
sorry was being impatient.Another query is i am getting the below error
Cannot commit 1 file(s):
*** Please tell me who you are.Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"to set your account's default identity.
Omit --global to set the identity only in this repository.fatal: unable to auto-detect email address (got 'pradeep@pthinks.(none)')
- regarding the Local Setup
-
Again:
user.name
is not a username it is your name
You have to get the author of the commit correctly also.AFAIU, your account is registered with your pthink email so use that one for your commits.
If you have several projects on your computer and that you are using different identities to handle them, then configure git locally by project.
-
wrote on 8 Sept 2016, 07:28 last edited by
k @SGaist i will change the user name and use my company id Pthinks id,
and was the information correct in Config file?.
-
Which config file is it exactly ?
-
wrote on 10 Sept 2016, 05:40 last edited by
config file where we will configure for Local setup
-
Regarding the Local Setup
Host codereview.qt-project.org
Port 29418
User <pradeep_kumar.m>
IdentityFile <~/.ssh/id_rsa_keynamehere>
where we will create config file in .ssh path.
The information in config file, Host, Port, User and IdentityFile isit correct?. -
-
Remove the
<
and>
characters and replaceid_rsa_keynamehere
with the correct id_rsa file name. -
wrote on 12 Sept 2016, 06:35 last edited by
I changed the config file
Host codereview.qt-project.org
Port 29418
User Pradeep Kumar.M
IdentityFile ~/.ssh/id_rsaAnd if i try to commit again i am getting the below error.
Cannot commit 1 file(s):
*** Please tell me who you are.Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"to set your account's default identity.
Omit --global to set the identity only in this repository.I changed the user name and still did i miss anything?.
-
In that config file it's your username that you should provide.
For the
user.name
it's your name as in your identity card name. -
wrote on 12 Sept 2016, 07:33 last edited by Pradeep Kumar 9 Dec 2016, 07:35
Its the same name Pradeep Kumar.M
can u tell me how to configure the git step by step. so it will help me , i do know what mistake i did and how to trace it?. solution will help me.
-
You have detailed guides in the wiki:
-
wrote on 14 Sept 2016, 05:42 last edited by Pradeep Kumar
Hi,
It will be the repeatation, but still provide the information where i missed, sorry for asking again and again, the same questions. But i am not getting , in my previous post under this topic i have provided the steps which i followed. is it correct?. Because one step is pending to commit, i am trying my best to understand what is wrong. As you @SGaist told i will once again follow and repeat the procedure.
-
I used the command to check git config --list, below was the contents.
core.autocrlf=input
core.pager=less -FRSX
status.showuntrackedfiles=all
push.default=tracking
rerere.enabled=true
rerere.autoupdate=true
rebase.stat=true
color.ui=auto
alias.di=diff
alias.ci=commit
alias.co=checkout
alias.ann=blame
alias.st=status
user.email=pradeepkm186@gmail.com
user.name=pradeep_kumar.mIs the configuration wrong?.
@Pradeep-Kumar said in Regarding unable to commit the changes in local repository.:
I used the command to check git config --list, below was the contents.
Can you call this command again and post the latest contents? (Make sure you are in your project folder when you call the command)
-
wrote on 14 Sept 2016, 06:22 last edited by
I used the command , and i am in project folder.
Below are the contents.
root@pthinks:~/qt5# git config --list
core.autocrlf=input
core.pager=less -FRSX
status.showuntrackedfiles=all
push.default=tracking
rerere.enabled=true
rerere.autoupdate=true
rebase.stat=true
color.ui=auto
alias.di=diff
alias.ci=commit
alias.co=checkout
alias.ann=blame
alias.st=status
user.email=pradeepk@pthinks.com
user.name=Pradeep Kumar.M
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.url=git://code.qt.io/qt/qt5.git
remote.origin.fetch=+refs/heads/:refs/remotes/origin/
branch.5.7.remote=origin
branch.5.7.merge=refs/heads/5.7
submodule.qt3d.url=git://code.qt.io/qt/qt3d.git
submodule.qtactiveqt.url=git://code.qt.io/qt/qtactiveqt.git
submodule.qtandroidextras.url=git://code.qt.io/qt/qtandroidextras.git
submodule.qtbase.url=git://code.qt.io/qt/qtbase.git
submodule.qtcanvas3d.url=git://code.qt.io/qt/qtcanvas3d.git
submodule.qtcharts.url=git://code.qt.io/qt/qtcharts.git
submodule.qtconnectivity.url=git://code.qt.io/qt/qtconnectivity.git
submodule.qtdatavis3d.url=git://code.qt.io/qt/qtdatavis3d.git
submodule.qtdeclarative.url=git://code.qt.io/qt/qtdeclarative.git
submodule.qtdoc.url=git://code.qt.io/qt/qtdoc.git
submodule.qtgamepad.url=git://code.qt.io/qt/qtgamepad
submodule.qtgraphicaleffects.url=git://code.qt.io/qt/qtgraphicaleffects.git
submodule.qtimageformats.url=git://code.qt.io/qt/qtimageformats.git
submodule.qtlocation.url=git://code.qt.io/qt/qtlocation.git
submodule.qtmacextras.url=git://code.qt.io/qt/qtmacextras.git
submodule.qtmultimedia.url=git://code.qt.io/qt/qtmultimedia.git
submodule.qtpurchasing.url=git://code.qt.io/qt/qtpurchasing.git
submodule.qtqa.url=git://code.qt.io/qt/qtqa.git
submodule.qtquickcontrols.url=git://code.qt.io/qt/qtquickcontrols.git
submodule.qtquickcontrols2.url=git://code.qt.io/qt/qtquickcontrols2.git
submodule.qtrepotools.url=git://code.qt.io/qt/qtrepotools.git
submodule.qtscript.url=git://code.qt.io/qt/qtscript.git
submodule.qtscxml.url=git://code.qt.io/qt/qtscxml
submodule.qtsensors.url=git://code.qt.io/qt/qtsensors.git
submodule.qtserialbus.url=git://code.qt.io/qt/qtserialbus.git
submodule.qtserialport.url=git://code.qt.io/qt/qtserialport.git
submodule.qtsvg.url=git://code.qt.io/qt/qtsvg.git
submodule.qttools.url=git://code.qt.io/qt/qttools.git
submodule.qttranslations.url=git://code.qt.io/qt/qttranslations.git
submodule.qtvirtualkeyboard.url=git://code.qt.io/qt/qtvirtualkeyboard.git
submodule.qtwayland.url=git://code.qt.io/qt/qtwayland.git
submodule.qtwebchannel.url=git://code.qt.io/qt/qtwebchannel.git
submodule.qtwebsockets.url=git://code.qt.io/qt/qtwebsockets.git
submodule.qtwebview.url=git://code.qt.io/qt/qtwebview.git
submodule.qtwinextras.url=git://code.qt.io/qt/qtwinextras.git
submodule.qtx11extras.url=git://code.qt.io/qt/qtx11extras.git
submodule.qtxmlpatterns.url=git://code.qt.io/qt/qtxmlpatterns.git
commit.template=/root/qt5/.commit-template
remote.gerrit.url=ssh://codereview.qt-project.org/qt/qt5
remote.gerrit.fetch=+refs/heads/:refs/remotes/gerrit/
user.name=Pradeep Kumar
user.email=pradeepkm186@gmail.com