|
#1 |
Member
Join Date: Dec 2007 Location: Perth Posts: 3 |
GE Cimplicity — Error locking project file Hi All, At the moment I have Cimplicity running on the server computer. I am trying to run the Viewer from my computer. However when trying to open the project from the viewer computer it comes up with an error saying «Error locking project file». What are the solutions around this or to solve this problem? I have already removed the project.lock file in the project but it still doesn’t work. I also removed the readonly in the project folder on the server but it also doesn’t work. Thank you. Cheers,
Last edited by lenjai100; July 7th, 2008 at 12:14 AM.
|
|
|
|
#2 |
Lifetime Supporting Member + Moderator
Join Date: Apr 2002 Location: The boondocks of Western Massachusetts USA Posts: 8,036 |
This is usually caused when you use a CD to transfer project files from one computer to another. Copying to the CD makes all the files on the CD read-only. Cimplicity needs access to some of the files and generates that message when it can’t open them. Check the properties of all of the project files and make sure they are not read-only. |
|
|
|
#3 |
Member
Join Date: Dec 2007 Location: Perth Posts: 3 |
Hi Steve, I wasn’t really dealing with copying the CD but yeh..it was to do with accessing files and permissions regardless So thank you to remind me to double check some of my settings. After I removed the read only and set the correct permissions for me to access the file from my computer I don’t get the error anymore and can open the project! Cheers, |
|
|
Я получаю эту ошибку при попытке установить глобальной конфигурации:
$ git config --global user.name "Your Name Here"
error: could not lock config file /pathto/file/.gitconfig: No such file or directory
и файла .gitconfig уже существует, у кого-нибудь есть идеи??
13 ответов
проверьте, есть ли у вас .каталог git в вашей домашней папке, и если вы этого не сделаете:
mkdir ~/.git
решил проблему в моем случае.
Я получил эту ошибку, когда файл блокировки существует для gitconfig. Попробуйте найти и удалить .gitconfig хранит настройки.lock (на моем linux box это было в моем домашнем реж.)
просто запустите как администратор…….вам нужно запустить программу в режиме запуска от имени администратора в windows
Пользователи Windows: убедитесь, что переменные среды настроены правильно.
у меня было следующее На мое имя пользователя ‘скрепки‘:
My Computer (right-click) > Properties > Advanced (tab) > Environment Variables (under System Variables)
:
HOME -> %HOMEPATH%
HOMEPATH -> C:Documents and Settingspaperclip
похоже, Git не смог разрешить / расширить %HOME%
to %HOMEPATH%
как и следовало ожидать. Вместо этого мне нужно было сделать %HOME%
аналогично %HOMEPATH%
, заменив его на:
HOME -> C:Documents and Settingspaperclip
В Windows:
Щелкните правой кнопкой мыши значок «Git Bash» — > Запуск от имени администратора.
это помогло мне.
Git пытается создать файл конфигурации на диске C:/, но у него нет разрешения на это.
это произойдет, если домашний каталог пользователя не доступен для записи пользователю.
git config --global
необходимо создать файл «блокировки» (~/.gitconfig.lock
) в домашнем каталоге пользователя.
Проверьте разрешения и попробуйте создать один.
# cat ~/.gitconfig.lock
cat: /home/users/developer/.gitconfig.lock: No such file or directory
# touch ~/.gitconfig.lock
если это удастся, вы должны удалить этот файл
Если нет — вы должны проверить и изменить разрешения домашний каталог!
Я «испытал» эту ошибку в Windows, потому что мое имя (и, следовательно,%HOMEPATH%
) содержит символ не ascii (é
). Либо git, либо cmd.exe или что-то еще не мог справиться с этим.
1
автор: René Nyffenegger
Это может быть вызвано наличием ~/.gitconfig хранит настройки.возможно, этот файл может быть артефактом ранее запущенного git, который был прерван по какой-то причине, например, Ansible timed out или ^C
для меня, проблема была не в git config, но .каталог git в моем текущем РЕПО был создан root, и я пытался что-то сделать с другим пользователем. Я изменил Пермь
просто используйте следующую команду если вы хотите установить настройки на уровне системы:
$ sudo git config --system user.name "my_name"
Это старый пост, но у меня недавно была эта проблема, но я решил проблему иначе, чем все остальные здесь. Я получил ту же ошибку, потому что у меня не было разрешения на домашний каталог на мой компьютер. Просто путем доступа к папке с помощью двойного щелчка по папкам в ваших файлах, мне было предложено с полями, говоря, что я получу постоянный доступ к этим папкам после ввода через них в первый раз. После того, как я получил доступ к самой глубокой папке в моей переменной $HOME, команда сработала.
We moved from .net core 2.0 to 2.1. In this move, we retargeted several projects which were from netstandard2.0 to multitarget netcoreapp2.1 and netstandard2.0. Now we sometimes experience failed builds, both on CI servers and dev machines.
Q: I’d like to provide as much info as I can, so I could try collecting diag build logs and see if I can get one from failed build, would that help?
Steps to reproduce
No stable repro. Start a build using:
dotnet publish -c Release -r win-x64 -f netcoreapp2.1
Expected behavior
Build works
Actual behavior
Sometimes the build stops with something like this:
build 11-Jul-2018 22:23:55 C:Program Filesdotnetsdk2.1.301Microsoft.Common.CurrentVersion.targets(4364,5): error MSB3371: The file "D:AtlassianBambooxml-databuild-dirTIC-AC-JOB1testIntegration.KardexobjReleasenetcoreapp2.1win-x64Integration.Kardex.csproj.CopyComplete" cannot be created. The process cannot access the file 'D:AtlassianBambooxml-databuild-dirTIC-AC-JOB1testIntegration.KardexobjReleasenetcoreapp2.1win-x64Integration.Kardex.csproj.CopyComplete' because it is being used by another process. [D:AtlassianBambooxml-databuild-dirTIC-AC-JOB1testIntegration.KardexIntegration.Kardex.csproj]
Environment data
dotnet --info
output:
.NET Core SDK (reflecting any global.json):
Version: 2.1.301
Commit: 5952487
Runtime Environment:
OS Name: Windows
OS Version: 6.3.9600
OS Platform: Windows
RID: win81-x64
Base Path: C:Program Filesdotnetsdk2.1.301
Host (useful for support):
Version: 2.1.1
Commit: 6985b9f684
.NET Core SDKs installed:
1.0.4 [C:Program Filesdotnetsdk]
1.1.0 [C:Program Filesdotnetsdk]
2.0.0 [C:Program Filesdotnetsdk]
2.0.2 [C:Program Filesdotnetsdk]
2.0.3 [C:Program Filesdotnetsdk]
2.1.101 [C:Program Filesdotnetsdk]
2.1.201 [C:Program Filesdotnetsdk]
2.1.301 [C:Program Filesdotnetsdk]
.NET Core runtimes installed:
Microsoft.AspNetCore.All 2.1.1 [C:Program FilesdotnetsharedMicrosoft.AspNetCore.All]
Microsoft.AspNetCore.App 2.1.1 [C:Program FilesdotnetsharedMicrosoft.AspNetCore.App]
Microsoft.NETCore.App 1.0.5 [C:Program FilesdotnetsharedMicrosoft.NETCore.App]
Microsoft.NETCore.App 1.1.2 [C:Program FilesdotnetsharedMicrosoft.NETCore.App]
Microsoft.NETCore.App 2.0.0 [C:Program FilesdotnetsharedMicrosoft.NETCore.App]
Microsoft.NETCore.App 2.0.3 [C:Program FilesdotnetsharedMicrosoft.NETCore.App]
Microsoft.NETCore.App 2.0.6 [C:Program FilesdotnetsharedMicrosoft.NETCore.App]
Microsoft.NETCore.App 2.0.7 [C:Program FilesdotnetsharedMicrosoft.NETCore.App]
Microsoft.NETCore.App 2.1.1 [C:Program FilesdotnetsharedMicrosoft.NETCore.App]
To install additional .NET Core runtimes or SDKs:
https://aka.ms/dotnet-download